Hi,
I can't figure out how it works with SpiderBasic to use images. There are examples, they work but I don't know why.
You need to load them first and then also register the loading? But I don't get it to work inside a module.
Thanks in advance
Rudi
DeclareModule frmKlanten ; DeclareModule is ...
Search found 30 matches
- Tue May 05, 2026 6:06 am
- Forum: Coding Questions
- Topic: How to add images inside a module?
- Replies: 0
- Views: 98
- Mon Apr 27, 2026 7:19 am
- Forum: Coding Questions
- Topic: TreeGadget Font & Color
- Replies: 4
- Views: 7208
Re: TreeGadget Font & Color
Hi,
If I make a copy and rename it then I can select the copie in the compiler options. But when compiling the menu doesn't work anymore. It puts everything vertical and you can't select any.
So it was a good idea unfortunally... maybe because version 3.2? I am on Linux.
Greetings,
Rudi
If I make a copy and rename it then I can select the copie in the compiler options. But when compiling the menu doesn't work anymore. It puts everything vertical and you can't select any.
So it was a good idea unfortunally... maybe because version 3.2? I am on Linux.
Greetings,
Rudi
- Sat Apr 25, 2026 8:54 pm
- Forum: Coding Questions
- Topic: systemmenu closes all windows at once
- Replies: 2
- Views: 131
Re: systemmenu closes all windows at once
Many thanks DaniloDanilo wrote: Sat Apr 25, 2026 11:54 am Add the Window parameter to BindEvent in the modules (frmKlanten and other):So the event is only send to this specific window.Code: Select all
BindEvent(#PB_Event_CloseWindow,@OnClose(), Window)
Currently the close event fires for all your child-windows.
Greetings Rudi
- Sat Apr 25, 2026 10:54 am
- Forum: Coding Questions
- Topic: systemmenu closes all windows at once
- Replies: 2
- Views: 131
systemmenu closes all windows at once
Hi,
I have this application with a parent window as background. It has a menu that links to several other child windows. This works fine.
On the child windows that are in seperate modules there's a closebutton. And that works fine too.
But when I want to use the closebutton on the system menu of a ...
I have this application with a parent window as background. It has a menu that links to several other child windows. This works fine.
On the child windows that are in seperate modules there's a closebutton. And that works fine too.
But when I want to use the closebutton on the system menu of a ...
- Sun Mar 22, 2026 7:36 am
- Forum: Coding Questions
- Topic: form design
- Replies: 2
- Views: 1008
Re: form design
Is PureVision Windows-only or is there a Linux version coming too?Paul wrote: Fri Mar 20, 2026 5:24 pm PureVision will export code specific for SpiderBasic with the SpiderBasic Export Module.
https://reelmedia.org/purevision/
- Tue Mar 17, 2026 12:43 pm
- Forum: Coding Questions
- Topic: Error adding a cordova plugin
- Replies: 2
- Views: 1266
Re: Error adding a cordova plugin
Did you tried like this ?
Import "cordova plugin add cordova-plugin-zeroconf"
EndImport
Yes!
Thanks again Fred
This did the trick!
And it's working on the Andoid tablet too.
With msdn on the rasberry whith the Mysql server should be plug and play in every LAN. If the Android tablet is on ...
- Sun Mar 15, 2026 12:38 pm
- Forum: Coding Questions
- Topic: Error adding a cordova plugin
- Replies: 2
- Views: 1266
Error adding a cordova plugin
Hi
In the documentation I found that 'import' will add a cordova plugin.
;allow mDNS on android
Import "cordova plugin add @ionic-native/zeroconf"
EndImport
But I tryed serveral plugins and get an error:
Cannot find plugin.xml for plugin "zeroconf". Please try adding it again.
Is this just ...
In the documentation I found that 'import' will add a cordova plugin.
;allow mDNS on android
Import "cordova plugin add @ionic-native/zeroconf"
EndImport
But I tryed serveral plugins and get an error:
Cannot find plugin.xml for plugin "zeroconf". Please try adding it again.
Is this just ...
- Wed Mar 11, 2026 1:00 pm
- Forum: Coding Questions
- Topic: Does Httprequest work in an APK for Android
- Replies: 1
- Views: 776
Re: Does Httprequest work in an APK for Android
I'm this far now. I can call the API and it works from the spiderbasic IDE. So the spiderbasicscript is not on the same server.
In the api.php file I added.
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS");
header("Access-Control ...
In the api.php file I added.
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS");
header("Access-Control ...
- Wed Mar 11, 2026 9:11 am
- Forum: Coding Questions
- Topic: Does Httprequest work in an APK for Android
- Replies: 1
- Views: 776
Does Httprequest work in an APK for Android
Thanks to TI-994A I could make a connection to my Mysql server in PureBasic. However in Spiderbasic this seems to be another question. The method looks different. I wanted to do this in an Android app. But the help says "The URL to execute the request. Due to security constraints, it is only ...
- Sat Feb 21, 2026 7:52 pm
- Forum: Bugs Reports
- Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
- Replies: 11
- Views: 21910
Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Are you on Windows? You don't need to add a SpiderBasic link. The apksigner works in the terminal on Linux.