
SpiderBasic 3.00 is out !
Re: SpiderBasic 3.00 beta 1 is ready to test !
Wow... I definitely didn't see that one coming
. Thanks as always Fred!

Re: SpiderBasic 3.00 beta 2 is ready to test !
01-06-2024: Beta 2 is out, with the usual bug fixes. Don't hesitate to test it !
Re: SpiderBasic 3.00 beta 2 is ready to test !
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
Re: SpiderBasic 3.00 beta 2 is ready to test !
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
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
Re: SpiderBasic 3.00 beta 2 is ready to test !
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
Re: SpiderBasic 3.00 beta 2 is ready to test !
Great! Thanks, Fred!
Re: SpiderBasic 3.00 beta 4 is ready to test !
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)
Re: SpiderBasic 3.00 beta 5 is ready to test !
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
Re: SpiderBasic 3.00 beta 5 is ready to test !
@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.
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.
Re: SpiderBasic 3.00 is out !
26-06-2024: Final is out, thanks a lot for testing and enjoy !