Hello,
I do have a strange behavior on Linux with SB and PB.
Once the IDE (SB or PB or both) is running, the keyboard shortcut ALT+TAB to switch between Applications does not work anymore. I can see the overlay, and cycle through the apps, but the focus does not change.
Specs:
SpiderBasic 3 ...
Search found 84 matches
- Wed Jun 04, 2025 7:59 am
- Forum: Bugs Reports
- Topic: [Linux][IDE] Alt+TAB blocked on LInux [SpiderBasic 3.10 beta 1 (Linux - x64), PureBasic 6.12 LTS (Linux - x64)]
- Replies: 1
- Views: 6853
- Sat Mar 08, 2025 8:19 pm
- Forum: Coding Questions
- Topic: Loading an image into an APP.
- Replies: 1
- Views: 6241
Re: Loading an image into an APP.
I don't know, if I understand right.
But, from what I understood:
- You can load an image from a local file (same loation as app or html/js files)
- You can create an image "in memory" and use the Drawing-commands. See CreateImage() in the manual.
- You could try to use an existing image, create ...
But, from what I understood:
- You can load an image from a local file (same loation as app or html/js files)
- You can create an image "in memory" and use the Drawing-commands. See CreateImage() in the manual.
- You could try to use an existing image, create ...
- Wed Jan 29, 2025 11:57 am
- Forum: Coding Questions
- Topic: Generating PDF with spiderbasic
- Replies: 5
- Views: 15630
Re: Generating PDF with spiderbasic
Based on a search in the forum, I'd also say jsPDF works. And indeed, I also had used it successfully in the past.
viewtopic.php?t=99
viewtopic.php?p=8364
Can't say what's the current status of jsPDF is though.
viewtopic.php?t=99
viewtopic.php?p=8364
Can't say what's the current status of jsPDF is though.
- Wed Jan 22, 2025 12:32 pm
- Forum: Coding Questions
- Topic: FreeSpiderbasic startup problem ...
- Replies: 18
- Views: 50239
Re: FreeSpiderbasic startup problem ...
You could try to completely remove SB (also from you %APPDATA%) and re-install it to C:\SpiderBasic.
- Tue Jan 21, 2025 7:25 pm
- Forum: Coding Questions
- Topic: Tutorial?
- Replies: 7
- Views: 15509
Re: Tutorial?
Hi & welcome to the Party!
As SpiderBasic (SB) and PureBasic (PB) are so similar, you can look for any PureBasic Tutorial. This will get you up and running quickly! The integrated help is also a great resource. And there's the “examples” folder, that come with the installation. There you'll also ...
As SpiderBasic (SB) and PureBasic (PB) are so similar, you can look for any PureBasic Tutorial. This will get you up and running quickly! The integrated help is also a great resource. And there's the “examples” folder, that come with the installation. There you'll also ...
- Thu Jun 27, 2024 5:07 am
- Forum: General Discussion
- Topic: SpiderBasic 3.00 is out !
- Replies: 56
- Views: 192914
Re: SpiderBasic 3.00 is out !
Wow. Thank you very much.
- Thu Jun 13, 2024 11:05 am
- Forum: Feature Requests and Wishlists
- Topic: Procedure list on off with a button
- Replies: 3
- Views: 11579
Re: Procedure list on off with a button
I get what you mean. +1 for the option to manage additional toolbar-icons.
In the meantime:
I've set a keyboard-shortcut for the Procedure-List (and other tools for the panels) and have the whole Panel set to Auto-Hide. So I can switch between quite comfortably.
In the meantime:
I've set a keyboard-shortcut for the Procedure-List (and other tools for the panels) and have the whole Panel set to Auto-Hide. So I can switch between quite comfortably.
- Wed Jun 12, 2024 10:10 am
- Forum: General Discussion
- Topic: A question to fluent web page designs
- Replies: 3
- Views: 14826
Re: A question to fluent web page designs
Hi,
I've looked at the website you'd linked from my desktop browser.
The ScrollBar at the right only partially commands the content of the page ...
I think I get what you mean. What you have to keep in mind, is the following:
What you've linked, is a webpage made by one of the leading tech ...
I've looked at the website you'd linked from my desktop browser.
The ScrollBar at the right only partially commands the content of the page ...
I think I get what you mean. What you have to keep in mind, is the following:
What you've linked, is a webpage made by one of the leading tech ...
- Wed May 29, 2024 11:15 am
- Forum: Javascript
- Topic: Unit Converter
- Replies: 7
- Views: 30650
Re: Unit Converter
I'm looking for a sample code for a unit converter.
As in JavaScript, no button may be used.
Blitz
What do you mean with Sample Code for Unit Converter? Like "display units" or like "Celsius to Fahrenheit"?
What do you have so far, or what are you referring to, when you say '... As in ...
- Wed May 29, 2024 8:40 am
- Forum: General Discussion
- Topic: SpiderBasic 3.00 is out !
- Replies: 56
- Views: 192914
Re: SpiderBasic 2.60 beta 1 is ready to test !
Hello everyone,
The next major version of SpiderBasic is coming and brings a brand new library to easy create mobile UI, with both Android and iOS native look ! As the lib is big, this is a still a work in progress to get your feedback and see what should be added/modified to get good mobile UI ...