Page 1 of 2
Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Wed Nov 09, 2022 9:19 pm
by Stefan
In the IDE it works, but you cannot create HTML sides
Code: Select all
If OpenWindow(0, 0, 0, 640, 480, "Test", #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window_SizeGadget)
ButtonGadget(#PB_Any, 10, 10, 200, 20, "Normal Button")
ButtonGadget(#PB_Any, 10, 40, 200, 20, "Left Button", #PB_Button_Left)
ButtonGadget(#PB_Any, 10, 70, 200, 20, "Right Button", #PB_Button_Right)
EndIf
// Moved from "Bugs Reports" to "Coding Questions"
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Wed Nov 09, 2022 9:30 pm
by Paul
and you copied all required SB resources to the server side as well?
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Wed Nov 09, 2022 9:34 pm
by Peter
Stefan wrote: Wed Nov 09, 2022 9:19 pmIn the IDE it works, but you cannot create HTML sides
you mean "create a web app"? Any error messages?
// Edit: Works as expected

Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Wed Nov 09, 2022 11:13 pm
by Stefan
Yes, I mean I cannot create a web app.
The IDE say that die Web App is created, but it doesn't work.
With Version 2.40 b1 all works well
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 4:12 am
by plouf
peter photos shows you to enable the "copy spiderbasic libraries"
have you ?
additionally have you copy all file folders (your html /sj / spiderbasic folder) in webserver ?
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 6:56 am
by Stefan
My English isn't the best: I'll try again:
I can build an app in the IDE - at least the IDE claims the app was built successfully.
But the created app doesn't work.
Everything works with version 2.40 b1, but not with version 2.40 b2.
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 2:27 pm
by plouf
we do understand your english, but seems that you have missed something
i also have sb2 and create your app and uploaded here
http://plouf.gr/testsb1/test.htm
as you see it works
so check again that you HAVE check "copy spiderbasic libraries"
check that you HAVE upload in webserver ALL your files...
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 4:53 pm
by hoerbie
And if your web server works with linux, please check every filename against UPPER and lower case in file names and file extensions and all path names. On Windows this doesn't matter, but for linux a file Start.html ist not the same as the file start.html.
Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 5:49 pm
by Stefan
Is working.
Unfortunately, Fred didn't write the information that you have to update the Spiderbasic libraries.
I thank you

Re: Spiderbasic 2.40 b2 cannot create HTML sides
Posted: Thu Nov 10, 2022 5:55 pm
by Peter
Stefan wrote: Thu Nov 10, 2022 5:49 pmUnfortunately, Fred didn't write the information that you have to update the Spiderbasic libraries.

You have been told five (!) times in this thread that you should copy the libraries.