Search found 67 matches

by Kurzer
Fri Dec 29, 2023 1:30 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 5692

Re: Note on Fred's offer to extend everyone's license for one year.

*push*

Just in case it is still of interest to someone.

Fred, I would be interested in a last minute re-activation of my SpiderBasic license if it's no trouble for you.
Many thanks in advance.
by Kurzer
Thu Apr 20, 2023 1:40 pm
Forum: Coding Questions
Topic: Toast animation
Replies: 6
Views: 1845

Re: Toast animation

Hi Dirk, the best way to do this is to use a finely resolved timer as a kind of timeline counter (in my exmple a timer with 10 ms). At certain points of the timeline the actions fade in, stop animation and fade out are executed. Together with a SIN() function, the window can also be faded in and out...
by Kurzer
Sun Apr 16, 2023 3:05 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 5692

Note on Fred's offer to extend everyone's license for one year.

Hello all, because of the long development delay in SpiderBasic, Fred made the following offer in his announcement for version 2.40 for all buyers. First, I would like to apologize for the very big delay since the last official release. Some of you already know it, I wanted to finish the 6.00 versio...
by Kurzer
Wed Feb 23, 2022 4:08 pm
Forum: General Discussion
Topic: Has SpiderBasic Development Stopped
Replies: 14
Views: 7414

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...
by Kurzer
Wed Feb 23, 2022 4:00 pm
Forum: General Discussion
Topic: SpiderBasic 2.32 beta 1 is available
Replies: 9
Views: 15637

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...
by Kurzer
Sun Apr 18, 2021 7:21 am
Forum: General Discussion
Topic: Forums updated
Replies: 4
Views: 2430

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
by Kurzer
Thu Feb 18, 2021 10:33 pm
Forum: Coding Questions
Topic: Gadget scrolling down
Replies: 13
Views: 7824

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...
by Kurzer
Thu Feb 11, 2021 2:43 pm
Forum: Coding Questions
Topic: How to show generated HTML code in new browser tab
Replies: 5
Views: 1988

Re: How to show generated HTML code in new browser tab

Thanks Peter, that was also helpful for me. :D
by Kurzer
Thu Feb 11, 2021 11:21 am
Forum: Coding Questions
Topic: Wanna change a text colour within a ComboBox item
Replies: 0
Views: 1778

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...
by Kurzer
Thu Dec 10, 2020 2:07 pm
Forum: General Discussion
Topic: SpiderBasic 2.32 beta 1 is available
Replies: 9
Views: 15637

Re: SpiderBasic 2.32 beta 1 is available

Thanks for the beta version, Fred.
So far everything is running smoothly with my codes.

Markus