Search found 78 matches
- Wed Feb 23, 2022 4:08 pm
- Forum: General Discussion
- Topic: Has SpiderBasic Development Stopped
- Replies: 14
- Views: 3574
Re: Has SpiderBasic Development Stopped
I have a new project that requires a web front end, do I use SpiderBasic or not :?: Honestly? If your project needs a dynamic web interface and should be displayed correctly on smartphone, tablet and PC, then don't do it. I created a web project with it (bought SB specially for it). But then had to...
- Wed Feb 23, 2022 4:00 pm
- Forum: General Discussion
- Topic: SpiderBasic 2.32 beta 1 is available
- Replies: 9
- Views: 10818
Re: SpiderBasic 2.32 beta 1 is available
Oops, a new post... after more than one year! Oh yes, there was something... Spiderbasic. Or shouldn't we better rename it to "SleepingBasic"? In the area of PureBasic there is a lot of progress. But what is the medium-term plan for the development of Spiderbasic? Fred, can you give an upd...
- Sun Apr 18, 2021 7:21 am
- Forum: General Discussion
- Topic: Forums updated
- Replies: 4
- Views: 1599
Re: Forums updated
Nice update, thank you Fred.
Do you plan to install the TapaTalk plugin like in the old Pure basic forums?
On mobile I use(ed) TapaTalk very often instead of using the web browser.
Markus
Do you plan to install the TapaTalk plugin like in the old Pure basic forums?
On mobile I use(ed) TapaTalk very often instead of using the web browser.
Markus
- Sat Apr 10, 2021 9:07 am
- Forum: Bugs Reports
- Topic: Push.. and PopMapPosition() doesn't work with FindMapElement
- Replies: 0
- Views: 1288
Push.. and PopMapPosition() doesn't work with FindMapElement
PopMapPosition() doesn't restore the previous MapElement after using FindMapElement(). Code example: EnableExplicit Define.s sCurrentID, sCurrentValue, sAnotherValue NewMap Numbers.s() Numbers("1") = "I am 1" Numbers("2") = "I am 2" Numbers("3") = &q...
- Thu Feb 18, 2021 10:33 pm
- Forum: Coding Questions
- Topic: Gadget scrolling down
- Replies: 13
- Views: 5949
Re: Gadget scrolling down
I tried Peter'example with a ListIcon, it didn't works, no scrolling with buttons, may be I'm missing something: Hi Morosh, try this if you want to scroll without select an ListIcon entry. EnableExplicit Procedure Test() Protected selector = GadgetID(0) ! $(v_selector.div).find("div.dgrid-scro...
- Thu Feb 11, 2021 2:43 pm
- Forum: Coding Questions
- Topic: How to show generated HTML code in new browser tab
- Replies: 5
- Views: 1403
Re: How to show generated HTML code in new browser tab
Thanks Peter, that was also helpful for me. 

- Thu Feb 11, 2021 11:21 am
- Forum: Coding Questions
- Topic: Wanna change a text colour within a ComboBox item
- Replies: 0
- Views: 550
Wanna change a text colour within a ComboBox item
Hello folks, I try to hide/highlight some parts of a ComboBox entry by injecting a html colour command, but this does not work. Here is my attempt snippet: If OpenWindow(0, 0, 0, 270, 85, "ComboBoxGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) ComboBoxGadget(0, 10, 50, 250, 25...
- Thu Dec 10, 2020 2:07 pm
- Forum: General Discussion
- Topic: SpiderBasic 2.32 beta 1 is available
- Replies: 9
- Views: 10818
Re: SpiderBasic 2.32 beta 1 is available
Thanks for the beta version, Fred.
So far everything is running smoothly with my codes.
Markus
So far everything is running smoothly with my codes.
Markus
- Tue Dec 08, 2020 5:25 pm
- Forum: Coding Questions
- Topic: How to get HTTPRequest() working with xampp locally?
- Replies: 5
- Views: 1236
Re: How to get HTTPRequest() working with xampp locally?
I had the same problem in my project "database interface module" and got some great help from the user Peter. If you want to solve the problem without using a browser addon, please have a look in the first post of this thread: https://forums.spiderbasic.com/viewtopic.php?p=7403#p7403 The i...
- Wed Nov 18, 2020 4:28 pm
- Forum: Coding Questions
- Topic: Is there a list of CalendarGadget events?
- Replies: 5
- Views: 1210
Re: Is there a list of CalendarGadget events?
That would be wonderful, Fred.Fred wrote:I guess it should be native, right ?

It would make the gadget more valuable to everyone.
Markus