Search found 908 matches
- Tue Apr 28, 2026 9:40 am
- Forum: Tricks 'n' Tips
- Topic: WaveSurfer for SB
- Replies: 4
- Views: 161
Re: WaveSurfer for SB
Very cool stuff !
- Thu Apr 16, 2026 7:35 am
- Forum: General Discussion
- Topic: SpiderBasic 3.20 is out !
- Replies: 16
- Views: 33811
Re: SpiderBasic 3.20 is out !
Thanks ! Sure there is some nice new stuff to play with, it's steadily improving years on years
- Wed Apr 15, 2026 2:08 pm
- Forum: Bugs Reports
- Topic: [Done] Return key not working?
- Replies: 8
- Views: 1073
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: 1073
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: 1073
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: 1073
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: 1239
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: 21779
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: 21779
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: 7
- Views: 3502
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