Search found 77 matches
- Wed May 27, 2026 7:44 am
- Forum: General Discussion
- Topic: SpiderBasic 3.30 beta 2 is out !
- Replies: 15
- Views: 377
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 3.30 beta 2 is out !
- Replies: 15
- Views: 377
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: 13571
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: 8618
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: 9160
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: 156853
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 ...
- Tue Sep 16, 2025 11:36 am
- Forum: Coding Questions
- Topic: remove specific lines from the AndroidManifest.xml
- Replies: 6
- Views: 156853
Re: remove specific lines from the AndroidManifest.xml
It should be possible, if you select to keep the compile directory after compiling and find it’s temporary location.
Then you can change everything you want and do the app making again and direct with cordova.
Then you can change everything you want and do the app making again and direct with cordova.
- Sun Mar 09, 2025 5:39 pm
- Forum: Coding Questions
- Topic: Numeric Entry Keypad
- Replies: 5
- Views: 17121
Re: Numeric Entry Keypad
It's my pleasure to share...
The above was what I needed for my app, but some googling will give more types, for example
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/
You will have to find ...
The above was what I needed for my app, but some googling will give more types, for example
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/
You will have to find ...
- Sat Mar 08, 2025 2:39 pm
- Forum: Coding Questions
- Topic: Numeric Entry Keypad
- Replies: 5
- Views: 17121
Re: Numeric Entry Keypad
Sorry, but there is no pic, so maybe I'm wrong.
But if you want to open a special keypad on a mobile phone when clicking into a StringGadget, on Android a function like this works, if you call it with the ID-number of the StringGadget:
Procedure SetStringGadgetKeyboard(id.i, kbdt.u)
If kbdt = 1 ...
But if you want to open a special keypad on a mobile phone when clicking into a StringGadget, on Android a function like this works, if you call it with the ID-number of the StringGadget:
Procedure SetStringGadgetKeyboard(id.i, kbdt.u)
If kbdt = 1 ...
- Sun Feb 23, 2025 2:52 pm
- Forum: General Discussion
- Topic: [Help] CGI Perl with MySQL for Spiderbasic
- Replies: 5
- Views: 89614
Re: [Help] CGI Perl with MySQL for Spiderbasic
Do you have SSH access (as root?) and are the make tools installed?
Then please try:
wget https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-1.647.tgz
tar -xzf DBI-1.647.tgz
cd DBI-1.647
perl Makefile.PL
make
make test
make install
wget https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD ...
Then please try:
wget https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-1.647.tgz
tar -xzf DBI-1.647.tgz
cd DBI-1.647
perl Makefile.PL
make
make test
make install
wget https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD ...