@Fred: Many many thanks for the change back of HTTPRequest() to usability of the old async callback style.
The good news is, that my big app after two changes (see below) now could compile to Android and works, I will try the next days with the different Cordova plugins.
I still had to change the ...
Search found 81 matches
- Sun Aug 16, 2026 1:05 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 3 is out !
- Replies: 33
- Views: 11310
- Mon Jun 29, 2026 6:38 pm
- Forum: Coding Questions
- Topic: Environment?
- Replies: 2
- Views: 1433
Re: Environment?
You can try reading window.location.href in javascript, this normally should be the URL, where the SB program was loaded from, or try window.location.host should show only the hostname and port.
- Tue Jun 23, 2026 5:53 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 3 is out !
- Replies: 33
- Views: 11310
Re: SpiderBasic 4.00 beta 1 is out !
Thanks, it sounds like good work with await for some functions.
But I can't really test, because docs seem not to be finished, and seem to be inconsistent.
I wanted to give the 4.0 beta 1 a try with my biggest app, and compile stopped really early at a result=CreateFile(#File, Filename$, @Callback ...
But I can't really test, because docs seem not to be finished, and seem to be inconsistent.
I wanted to give the 4.0 beta 1 a try with my biggest app, and compile stopped really early at a result=CreateFile(#File, Filename$, @Callback ...
- Tue Jun 02, 2026 4:18 pm
- Forum: Feature Requests and Wishlists
- Topic: Feature wish: modify scripts for Cordova configs in compile
- Replies: 1
- Views: 3269
Feature wish: modify scripts for Cordova configs in compile
Hi @Fred,
in the thread https://forums.spiderbasic.com/viewtopic.php?p=11336#p11336 you mentioned the possibility of using SBs after_prepare.js script for modifying config etc. in Cordova compile.
I really want to thank you for this tipp, because getting better and bigger with my apps, I'm now ...
in the thread https://forums.spiderbasic.com/viewtopic.php?p=11336#p11336 you mentioned the possibility of using SBs after_prepare.js script for modifying config etc. in Cordova compile.
I really want to thank you for this tipp, because getting better and bigger with my apps, I'm now ...
- Wed May 27, 2026 7:44 am
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 3 is out !
- Replies: 33
- Views: 11310
Re: SpiderBasic 3.30 beta 1 is out !
Thanks, now the Beta 1 is downloadable. Will have a look in the next days.
- Mon May 25, 2026 3:17 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 3 is out !
- Replies: 33
- Views: 11310
Re: SpiderBasic 3.30 beta 1 is out !
Hi @Fred,
is there any general download problem for the new beta?
Because I can't find any beta downloads when logging in, although my license is paid until october 26?
Greets, hoerbie
is there any general download problem for the new beta?
Because I can't find any beta downloads when logging in, although my license is paid until october 26?
Greets, hoerbie
- Fri Jan 16, 2026 10:53 am
- Forum: Coding Questions
- Topic: Babylon.js
- Replies: 8
- Views: 16916
Re: Babylon.js
Please correct me, when I'm wrong, but shouldn't the
<canvas id="renderCanvas"></canvas>
be placed in the html body?
And you are right, there seem to be a lot of different libs, that can't be included with the new HeaderSection, because its data is included at the bottom of the html head, I've ...
<canvas id="renderCanvas"></canvas>
be placed in the html body?
And you are right, there seem to be a lot of different libs, that can't be included with the new HeaderSection, because its data is included at the bottom of the html head, I've ...
- Tue Jan 06, 2026 7:26 am
- Forum: Coding Questions
- Topic: Nouveau problème lors de la création d'un APK
- Replies: 2
- Views: 9925
Re: Nouveau problème lors de la création d'un APK
I don‘t see/know what SB version you are using, but I think the solution is at the bottom of your error log, that you are using the wrong Java SDK version. For the build the gradle tool is used and it wants a 17.x SDK but finds an 11.x
- Wed Nov 26, 2025 8:59 pm
- Forum: Coding Questions
- Topic: Anyone made Cordova plugin for given .aar library?
- Replies: 1
- Views: 9759
Anyone made Cordova plugin for given .aar library?
Hi,
in the last years I got really good in adding missing functions to SB or changing/optimizing functions of SB with javascript, and I also added some Cordova plugins from GitHub and sometimes did small modifications on them (for example bluetooth print and qr/barcode scanner with camera).
But now ...
in the last years I got really good in adding missing functions to SB or changing/optimizing functions of SB with javascript, and I also added some Cordova plugins from GitHub and sometimes did small modifications on them (for example bluetooth print and qr/barcode scanner with camera).
But now ...
- Thu Sep 18, 2025 1:56 pm
- Forum: Coding Questions
- Topic: remove specific lines from the AndroidManifest.xml
- Replies: 6
- Views: 158281
Re: remove specific lines from the AndroidManifest.xml
Sorry, I can't give you the real way I did it, cause I think I wrote it somewhere here in the board, but I can't find it now. Maybe it was deleted by Fred, as it was in the "Bugs" section and the bugs I posted were solved. :shock:
Through the menu bar you open "Compiler" and there you open "Create ...
Through the menu bar you open "Compiler" and there you open "Create ...