Search found 927 matches
- Thu Jul 23, 2026 8:48 am
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 29
- Views: 7545
Re: SpiderBasic 4.00 beta 1 is out !
Yes, you can still use callbacks if needed.
- Wed Jul 22, 2026 1:00 pm
- Forum: Bugs Reports
- Topic: [SB 3.20] Sprite memory leaks: FreeSprite() keeps the Pixi BaseTexture alive + StopDrawing() orphans a texture on every
- Replies: 1
- Views: 166
Re: [SB 3.20] Sprite memory leaks: FreeSprite() keeps the Pixi BaseTexture alive + StopDrawing() orphans a texture on ev
Thanks for the very detailed report ! I will fix this soon.
- Fri Jul 03, 2026 1:05 pm
- Forum: Bugs Reports
- Topic: [Done] NextSelectedFile() is not a function?
- Replies: 3
- Views: 1695
- Fri Jul 03, 2026 12:23 pm
- Forum: Bugs Reports
- Topic: [Done] NextSelectedFile() is not a function?
- Replies: 3
- Views: 1695
Re: NextSelectedFile() is not a function?
For 4.00, new code look like that:
Procedure ButtonEvent()
Filename$ = OpenFileRequester("", #PB_Requester_MultiSelection)
While Filename$
Debug Filename$
Filename$ = NextSelectedFilename()
Wend
EndProcedure
OpenWindow(0, 100, 100, 200, 55, "File")
ButtonGadget(0, 10, 10, 170, 25 ...
Procedure ButtonEvent()
Filename$ = OpenFileRequester("", #PB_Requester_MultiSelection)
While Filename$
Debug Filename$
Filename$ = NextSelectedFilename()
Wend
EndProcedure
OpenWindow(0, 100, 100, 200, 55, "File")
ButtonGadget(0, 10, 10, 170, 25 ...
- Mon Jun 22, 2026 2:14 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 29
- Views: 7545
Re: SpiderBasic 4.00 beta 1 is out !
- 2026-06-22: 4.00 beta 1 is out, with the whole doc finished, and full local file support on Android and iOS. Bumped to 4.00 due to heavy syntax changed and more BASIC like program flow without relying on callbacks.
Code: Select all
- Android Cordova updated to v15 and Android SDK to v36- Wed Jun 17, 2026 7:32 am
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 29
- Views: 7545
Re: SpiderBasic 3.30 beta 2 is out !
I'm just wondering, what's your Android (or IOS) app build time (from compile to full deploy on device) ? I got a very old PC and want to see what's the improvement with new.
Here (timed the second build, as the first one does some cache, launch gradle and adb etc):
- with 3.20: 3m20
- with 3.30 ...
Here (timed the second build, as the first one does some cache, launch gradle and adb etc):
- with 3.20: 3m20
- with 3.30 ...
- Thu May 28, 2026 8:40 am
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 29
- Views: 7545
Re: SpiderBasic 3.30 beta 2 is out !
Makes sense, once all is up and running it will be 4.0.
- Wed May 27, 2026 10:22 am
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 29
- Views: 7545
Re: SpiderBasic 3.30 beta 2 is out !
- 2026-05-27: beta 2 is out, with some bug fixes, and a new DateUTC() function.
- Wed May 27, 2026 8:41 am
- Forum: Bugs Reports
- Topic: [Done] Wrong item number in treegadget
- Replies: 1
- Views: 71892
- Wed May 27, 2026 8:31 am
- Forum: Bugs Reports
- Topic: [Done] Createimage Spiderbasic 3.20
- Replies: 5
- Views: 18003