Search found 35 matches
- Fri Jun 19, 2026 12:26 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 27
- Views: 6780
Re: SpiderBasic 3.30 beta 2 is out !
I'm just wondering, what's your Android (or IOS) app build time (from compile to full deploy on device) ? I got a very old PC and want to see what's the improvement with new.
Here (timed the second build, as the first one does some cache, launch gradle and adb etc):
- with 3.20: 3m20
- with 3.30 ...
- Fri Jun 19, 2026 12:15 pm
- Forum: General Discussion
- Topic: SpiderBasic 4.00 beta 1 is out !
- Replies: 27
- Views: 6780
Re: SpiderBasic 3.30 beta 2 is out !
Hi Fred,
I appreciate the work. I love SpiderBasic. It's a great project.
But, I find it very difficult to work with images in Spiderbasic.
It's a lot of code to get just one image on the screen.
In modules it's nearly impossible, I didn't succeed until now. I have a topic open for this problem in ...
I appreciate the work. I love SpiderBasic. It's a great project.
But, I find it very difficult to work with images in Spiderbasic.
It's a lot of code to get just one image on the screen.
In modules it's nearly impossible, I didn't succeed until now. I have a topic open for this problem in ...
- Tue Jun 16, 2026 4:14 pm
- Forum: Coding Questions
- Topic: ExportImage() on Android?
- Replies: 1
- Views: 956
ExportImage() on Android?
Hi,
I have used ExportImage() with succes on Ubuntu but when I use the same code in an APK on Android there's no file created on the file system.
Is there an way to get this working on Android?
Thanks in advance,
Rudi
I have used ExportImage() with succes on Ubuntu but when I use the same code in an APK on Android there's no file created on the file system.
Is there an way to get this working on Android?
Thanks in advance,
Rudi
- Tue Jun 16, 2026 1:18 pm
- Forum: Coding Questions
- Topic: Can't create the application splashscreen
- Replies: 1
- Views: 786
Re: Can't create the application splashscreen
I changed the size of the startup image to 2048X2048 that did it.
- Tue Jun 16, 2026 12:23 pm
- Forum: Coding Questions
- Topic: Can't create the application splashscreen
- Replies: 1
- Views: 786
Can't create the application splashscreen
Hi,
On create Android App I get an error "Can't create the application splashscreen".
I have created Android apps before without this error.
Why would I get it now?
How to solve this?
Thanks in advance,
Rudi
On create Android App I get an error "Can't create the application splashscreen".
I have created Android apps before without this error.
Why would I get it now?
How to solve this?
Thanks in advance,
Rudi
- Tue May 05, 2026 6:06 am
- Forum: Coding Questions
- Topic: How to add images inside a module?
- Replies: 0
- Views: 2537
How to add images inside a module?
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 ...
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 ...
- Mon Apr 27, 2026 7:19 am
- Forum: Coding Questions
- Topic: TreeGadget Font & Color
- Replies: 4
- Views: 8570
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: 1203
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: 1203
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: 2331
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/