SpiderBasic 3.00 is out !

Everything else that doesn't fall into one of the other categories.
Quin
Posts: 118
Joined: Wed Nov 08, 2023 4:38 pm

Re: SpiderBasic 3.00 beta 1 is ready to test !

Post by Quin »

Wow... I definitely didn't see that one coming :shock:. Thanks as always Fred!
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.00 beta 2 is ready to test !

Post by Fred »

01-06-2024: Beta 2 is out, with the usual bug fixes. Don't hesitate to test it !
User avatar
useful
Posts: 135
Joined: Tue Feb 25, 2014 1:15 pm

Re: SpiderBasic 3.00 beta 2 is ready to test !

Post by useful »

Is it possible to make the installation of components for creating android applications optional? For example, I plan to use a weak laptop for a long time and it is definitely not realistic to use Java on it. An attempt to build an application will take hours, and building a web application is quite acceptable in time.
2B or not 2B = FF
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: SpiderBasic 3.00 beta 2 is ready to test !

Post by plouf »

Afaik "installed" stuff is just a folder. No true runtime runs in background...
Tou can also avoid installing jdk .

At any case building is not so slow as you think. Even in old pentium 4 cpu's
Christos
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.00 beta 2 is ready to test !

Post by Fred »

07-06-2024: Beta 3 is out, it should fix the iOS app creation and bring some more new stuff:

Code: Select all

- Added: AddTimer() and RemoveTimer() to have window independant timers.
- Added: SplashScreenControl() to handle when closing the splashscreen.
- Changed: the compile app window has now an editor gadget instead of a listview, allowing for select/pasting output to ease debugging app creation errors
munfraid
Posts: 135
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 3.00 beta 2 is ready to test !

Post by munfraid »

Great! Thanks, Fred!
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.00 beta 4 is ready to test !

Post by Fred »

15-06-2024: Beta 4 is out, should really fix the iOS app creation, and comes with some new features:

Code: Select all

- Added: 'DPI Aware' flag in 'Compiler Options' to have DPI aware applications
- Added: --rebuildappdir commandline option to easily rebuild an app (created with --keepappdir)
- Added: SpiderBasicCLI.cmd to have an easy to use commandline (Windows)
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.00 beta 5 is ready to test !

Post by Fred »

22-06-2024: Beta 5 is out, with the doc fully finished and some more stuff:

Code: Select all

- Added: Background color selector in CreateApp for Android.
- Updated: Doc with new Mobile library
hoerbie
Posts: 137
Joined: Sun Mar 17, 2019 5:51 pm
Location: DE/BY/MUC

Re: SpiderBasic 3.00 beta 5 is ready to test !

Post by hoerbie »

@Fred: Thanks a lot.
And a question: Maybe I've overlooked it, but the new "Mobile" functions of the OnsenUI are in the alphabetical help index, but there is no link to the overview of the "Mobile" library from the right side where all libraries are listed.
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.00 is out !

Post by Fred »

26-06-2024: Final is out, thanks a lot for testing and enjoy !
Post Reply