Search found 902 matches

by Fred
Mon Mar 16, 2026 3:01 pm
Forum: Coding Questions
Topic: Error adding a cordova plugin
Replies: 2
Views: 921

Re: Error adding a cordova plugin

Did you tried like this ?

Code: Select all

Import "cordova plugin add cordova-plugin-zeroconf"
EndImport
by Fred
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: 6705

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.
by Fred
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: 6705

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 ...
by Fred
Mon Feb 16, 2026 8:40 am
Forum: General Discussion
Topic: How to install SpiderBasic v3.20 on Linux?
Replies: 6
Views: 2836

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
by Fred
Wed Feb 04, 2026 4:38 pm
Forum: General Discussion
Topic: SBJS Android Compile
Replies: 3
Views: 5327

Re: SBJS Android Compile

Without debugger, you need to sign your APK to install it
by Fred
Tue Feb 03, 2026 10:01 am
Forum: General Discussion
Topic: SBJS Android Compile
Replies: 3
Views: 5327

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)
by Fred
Tue Jan 27, 2026 1:14 pm
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 8
Views: 12741

Re: MaterialSB brings Material Design to SpiderBasic.

Looks cool, thanks !
by Fred
Tue Jan 20, 2026 10:20 am
Forum: Bugs Reports
Topic: Createimage Spiderbasic 3.20
Replies: 4
Views: 14101

Re: Createimage Spiderbasic 3.20

Yes, you need to use RGBA for 32 bit images, I will update the doc
by Fred
Tue Jan 13, 2026 4:18 pm
Forum: Feature Requests and Wishlists
Topic: Event Handling
Replies: 5
Views: 16509

Re: Event Handling

Did you tried ?

BindGadgetEvent(#Button, @ButtonHandler(), #PB_EventType_LeftClick)
by Fred
Tue Jan 13, 2026 4:15 pm
Forum: Coding Questions
Topic: Downloading file with different name?
Replies: 9
Views: 14415

Re: Downloading file with different name?

With the 3.20 final, you have an optional parameter for the name.