Spiderbasic 2.40 b2 cannot create HTML sides

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Spiderbasic 2.40 b2 cannot create HTML sides

Post 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"
User avatar
Paul
Posts: 195
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post by Paul »

and you copied all required SB resources to the server side as well?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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

Image
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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 ?
Christos
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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.
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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...
Christos
hoerbie
Posts: 100
Joined: Sun Mar 17, 2019 5:51 pm
Location: DE/BY/MUC

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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.
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post by Stefan »

Is working.
Unfortunately, Fred didn't write the information that you have to update the Spiderbasic libraries.

I thank you :)
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Post 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.
:roll: You have been told five (!) times in this thread that you should copy the libraries.
Post Reply