SpiderBasic 2.30 is available

Everything else that doesn't fall into one of the other categories.
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 2.30 beta 1 is available

Post 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
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.30 beta 2 is available

Post by Fred »

Yes, it was a good idea :)
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 2.30 beta 2 is available

Post 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
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.30 beta 2 is available

Post by Fred »

Fixed, thanks
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.30 is available

Post by Fred »

Final version is out, thank you all for testing :)
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: SpiderBasic 2.30 is available

Post 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? ;)
cya,
...Danilo
munfraid
Posts: 104
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 2.30 is available

Post by munfraid »

Thanks, Fred, this is just great! :)
hoerbie
Posts: 100
Joined: Sun Mar 17, 2019 5:51 pm
Location: DE/BY/MUC

Re: SpiderBasic 2.30 is available

Post 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.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.30 is available

Post by Fred »

Just did a silent update with new jQuery version as it was a problem with GooglePlay
munfraid
Posts: 104
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 2.30 is available

Post 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!
Post Reply