Page 5 of 6

Re: SpiderBasic 3.00 beta 1 is ready to test !

Posted: Fri May 31, 2024 2:17 pm
by Quin
Wow... I definitely didn't see that one coming :shock:. Thanks as always Fred!

Re: SpiderBasic 3.00 beta 2 is ready to test !

Posted: Sat Jun 01, 2024 11:45 am
by Fred
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 !

Posted: Sun Jun 02, 2024 10:10 am
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.

Re: SpiderBasic 3.00 beta 2 is ready to test !

Posted: Sun Jun 02, 2024 11:02 am
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

Re: SpiderBasic 3.00 beta 2 is ready to test !

Posted: Fri Jun 07, 2024 2:59 pm
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

Re: SpiderBasic 3.00 beta 2 is ready to test !

Posted: Fri Jun 07, 2024 5:17 pm
by munfraid
Great! Thanks, Fred!

Re: SpiderBasic 3.00 beta 4 is ready to test !

Posted: Sat Jun 15, 2024 11:46 am
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)

Re: SpiderBasic 3.00 beta 5 is ready to test !

Posted: Sat Jun 22, 2024 7:51 am
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

Re: SpiderBasic 3.00 beta 5 is ready to test !

Posted: Sat Jun 22, 2024 3:49 pm
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.

Re: SpiderBasic 3.00 is out !

Posted: Wed Jun 26, 2024 4:09 pm
by Fred
26-06-2024: Final is out, thanks a lot for testing and enjoy !