Page 3 of 4

Re: SpiderBasic 2.30 beta 1 is available

Posted: Wed Nov 20, 2019 11:46 am
by Peter
Peter wrote:
Fred wrote:- Added: LoadScript() to load an external JS script for use in the program
Feature request (to be consistent): LoadStyle() (or LoadCSS()).
Fred wrote:- Added a new flag to LoadScript() to load CSS
Many thanks for the quick implementation of my proposal! :D

Greetings ... Peter

Re: SpiderBasic 2.30 beta 2 is available

Posted: Wed Nov 20, 2019 12:55 pm
by Fred
Yes, it was a good idea :)

Re: SpiderBasic 2.30 beta 2 is available

Posted: Wed Nov 20, 2019 5:31 pm
by Peter
LoadScript(): Something's broken since the last beta. Styles are loaded, but scripts are not.

Code: Select all

Procedure LoadScriptCallback(Filename.s, Success)
  Debug Filename
  Debug Success
EndProcedure

LoadScript("https://cdnjs.cloudflare.com/ajax/libs/w2ui/1.4.3/w2ui.min.js",  @LoadScriptCallback(), #PB_Script_JavaScript)
LoadScript("https://cdnjs.cloudflare.com/ajax/libs/w2ui/1.4.3/w2ui.min.css", @LoadScriptCallback(), #PB_Script_CSS)
Greetings ... Peter

Re: SpiderBasic 2.30 beta 2 is available

Posted: Fri Nov 22, 2019 10:10 am
by Fred
Fixed, thanks

Re: SpiderBasic 2.30 is available

Posted: Fri Nov 22, 2019 1:59 pm
by Fred
Final version is out, thank you all for testing :)

Re: SpiderBasic 2.30 is available

Posted: Fri Nov 22, 2019 7:30 pm
by Danilo
Fred wrote:Final version is out, thank you all for testing :)
Could you add it to SpiderBasic\News and PB forum: SpiderBasic 2.00 released? ;)

Re: SpiderBasic 2.30 is available

Posted: Sat Nov 23, 2019 4:45 pm
by munfraid
Thanks, Fred, this is just great! :)

Re: SpiderBasic 2.30 is available

Posted: Mon Nov 25, 2019 5:12 pm
by hoerbie
Just to let you know: on macOS Catalina I get the following message after installing:

„SpiderBasic.app“ kann nicht geöffnet werden, da Apple darin nicht nach Schadsoftware suchen kann.
Diese Software muss aktualisiert werden. Wende dich an den Entwickler, um weitere Informationen zu erhalten.

Translation try:

„SpiderBasic.app“ couldn't be opened, because Apple couldn't search for virus software in it.
This software must be updated. Contact the developer, to get further information.

After opening the .app one time in finder, everything works.

Re: SpiderBasic 2.30 is available

Posted: Tue Nov 26, 2019 9:28 am
by Fred
Just did a silent update with new jQuery version as it was a problem with GooglePlay

Re: SpiderBasic 2.30 is available

Posted: Tue Nov 26, 2019 11:24 am
by munfraid
Fred wrote:Just did a silent update with new jQuery version as it was a problem with GooglePlay
Awesome - perfect timing for me! :) Thanks!