Search found 911 matches
- Fri Feb 20, 2026 2:55 pm
- Forum: Bugs Reports
- Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
- Replies: 11
- Views: 960
Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
You need to enable the debugger if you want to deploy your app or you need to sign it.
- Tue Feb 17, 2026 8:33 am
- Forum: Bugs Reports
- Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
- Replies: 11
- Views: 960
Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
No, it's not right I guess. Seems to be an error with cordova itself. It seems like your nodeJS version is too old:
https://github.com/apache/cordova-cli/issues/623
You need node 16.13.0 or above.
As you are running Ubuntu 22.04, you can try this to update your node in your term:
curl -fsSL ...
https://github.com/apache/cordova-cli/issues/623
You need node 16.13.0 or above.
As you are running Ubuntu 22.04, you can try this to update your node in your term:
curl -fsSL ...
- Mon Feb 16, 2026 8:40 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 6
- Views: 709
Re: How to install SpiderBasic v3.20 on Linux?
how did you install openjdk ? May be you will need to set the JAVA_HOME env var in your term before launching the compilation
- Wed Feb 04, 2026 4:38 pm
- Forum: General Discussion
- Topic: SBJS Android Compile
- Replies: 3
- Views: 2400
Re: SBJS Android Compile
Without debugger, you need to sign your APK to install it
- Tue Feb 03, 2026 10:01 am
- Forum: General Discussion
- Topic: SBJS Android Compile
- Replies: 3
- Views: 2400
Re: SBJS Android Compile
The best to debug android app is to use the 'Inspect' function of Chrome browser. You will be able to connect remotely to your app (if you are connected with USB)
- Tue Jan 27, 2026 1:14 pm
- Forum: Showcase
- Topic: MaterialSB brings Material Design to SpiderBasic.
- Replies: 6
- Views: 6156
Re: MaterialSB brings Material Design to SpiderBasic.
Looks cool, thanks !
- Tue Jan 20, 2026 10:20 am
- Forum: Bugs Reports
- Topic: Createimage Spiderbasic 3.20
- Replies: 4
- Views: 8483
Re: Createimage Spiderbasic 3.20
Yes, you need to use RGBA for 32 bit images, I will update the doc
- Tue Jan 13, 2026 4:18 pm
- Forum: Feature Requests and Wishlists
- Topic: Event Handling
- Replies: 5
- Views: 10008
Re: Event Handling
Did you tried ?
BindGadgetEvent(#Button, @ButtonHandler(), #PB_EventType_LeftClick)
BindGadgetEvent(#Button, @ButtonHandler(), #PB_EventType_LeftClick)
- Tue Jan 13, 2026 4:15 pm
- Forum: Coding Questions
- Topic: Downloading file with different name?
- Replies: 9
- Views: 9118
Re: Downloading file with different name?
With the 3.20 final, you have an optional parameter for the name.
- Mon Jan 12, 2026 2:08 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.20 is out !
- Replies: 12
- Views: 17516
Re: SpiderBasic 3.20 is out !
2026-01-12 : Final versions is out !