Search found 906 matches
- Wed Apr 15, 2026 2:08 pm
- Forum: Bugs Reports
- Topic: [Done] Return key not working?
- Replies: 8
- Views: 222
Re: [Done] Return key not working?
Seems to be related to https://www.purebasic.fr/english/viewtopic.php?t=88384 . Should be fixed somewhen !
- Wed Apr 15, 2026 9:53 am
- Forum: Bugs Reports
- Topic: [Done] Return key not working?
- Replies: 8
- Views: 222
Re: [Done] Return key not working?
You go in preferences -> tool panel and your remove it from the tool panel. Then when you select menu Tools -> WebView, it should open as floating. It's a general behaviour for all tools
- Wed Apr 15, 2026 9:40 am
- Forum: Bugs Reports
- Topic: [Done] Return key not working?
- Replies: 8
- Views: 222
Re: [Done] Return key not working?
you can make the window floating if you want, or remove it completely, then it will use your browser instead
- Wed Apr 15, 2026 6:58 am
- Forum: Bugs Reports
- Topic: [Done] Return key not working?
- Replies: 8
- Views: 222
Re: Return key not working?
You're right, it will be fixed in the next version as ChrisR did a patch for it (for PureBasic but it solves this issue actually) https://github.com/fantaisie-software/p ... c/pull/368
- Mon Mar 16, 2026 3:01 pm
- Forum: Coding Questions
- Topic: Error adding a cordova plugin
- Replies: 2
- Views: 933
Re: Error adding a cordova plugin
Did you tried like this ?
Code: Select all
Import "cordova plugin add cordova-plugin-zeroconf"
EndImport- 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: 7190
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: 7190
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: 2875
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: 5375
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: 5375
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)