Search found 67 matches

by Kurzer
Sun Oct 18, 2020 2:47 pm
Forum: General Discussion
Topic: SpiderBasic Annual Update-Renewal
Replies: 8
Views: 3560

Re: SpiderBasic Annual Update-Renewal

If I understand it correctly, after one year only the right to new updates ends. So you can still work with the old SpiderBasic version. If fred doesn't change the update or license rules (see also the post here ), then it's probably best to wait until the first new beta versions appear in the forum...
by Kurzer
Sun Oct 18, 2020 2:39 pm
Forum: Coding Questions
Topic: Listicongadget and clicking on it
Replies: 15
Views: 6192

Re: Listicongadget and clicking on it

Hello, Peter, I just stumbled over your handy ListIconGadgetEx module and I can use it right now. Many thanks for it! http://www.purebasic.fr/german/images/smilies/allright.gif A short question: There is no function UnBindCellClick() in the module. Is it not necessary or did you just not add it? Mar...
by Kurzer
Wed Oct 14, 2020 10:18 am
Forum: General Discussion
Topic: Is the support of Web GUI elements planned?
Replies: 7
Views: 7026

Re: Is the support of Web GUI elements planned?

Peter wrote:Also worth a look: Framework7 (https://framework7.io/)
Wow, a great framework. Right now I could use the Datatable very well. :-)
by Kurzer
Mon Oct 12, 2020 5:49 pm
Forum: Coding Questions
Topic: One Debug line slows down prg by factor 50
Replies: 1
Views: 759

Re: One Debug line slows down prg by factor 50

I tried to reproduce the effect with the following code, but the delay is not nearly as strong as in my project. Structure structResultrow Map mpResultrow.s() EndStructure Structure structResultset Command.s Status.s Message.s Count.i List lsResultset.structResultrow() EndStructure Global stResultSe...
by Kurzer
Mon Oct 12, 2020 5:12 pm
Forum: Coding Questions
Topic: One Debug line slows down prg by factor 50
Replies: 1
Views: 759

One Debug line slows down prg by factor 50

Hello everyone, I have the problem in my current project that a single debug line slows down the runtime of the program by a factor of about 50. In debug mode I display the content of a structured variable in a ForEach loop, which contains about 175 records sent from my web server. The variable has ...
by Kurzer
Sun Oct 11, 2020 4:20 pm
Forum: General Discussion
Topic: Is the support of Web GUI elements planned?
Replies: 7
Views: 7026

Is the support of Web GUI elements planned?

Fred, I have a very simple question: In SpiderBasic, in the area of GUI commands and gadgets, will you keep the compatibility to PureBasic or is it planned to introduce a library in the future which allows direct use of native GUI elements from the web area? (In which concrete form that will be real...
by Kurzer
Sun Oct 11, 2020 6:57 am
Forum: Feature Requests and Wishlists
Topic: AddScreenTimer
Replies: 4
Views: 2610

Re: AddScreenTimer

Hello plouf, SpiderBasic seems to store the data for the timer on the window so I don't know if this can be detached from the window at all. The following is a dangerous and maybe wrong hack. I have little to no knowledge of JavaScript and have extracted the necessary information for this hack from ...
by Kurzer
Sat Oct 10, 2020 2:24 pm
Forum: Coding Questions
Topic: scheduling calender with use of ListIcons
Replies: 10
Views: 2670

Re: scheduling calender with use of ListIcons

Thanks, peter. With local ressources it works. With external ressources not. Already, when I swap the first line of resource binding with the external resource binding (https://), the calendar looks bad as hell. ; ! $("<link rel='stylesheet' href='resources/lib/main.min.css' />").appendTo(...
by Kurzer
Sat Oct 10, 2020 8:49 am
Forum: Coding Questions
Topic: scheduling calender with use of ListIcons
Replies: 10
Views: 2670

Re: scheduling calender with use of ListIcons

It seems a script error occurs.

Image
by Kurzer
Fri Oct 09, 2020 9:35 pm
Forum: Coding Questions
Topic: scheduling calender with use of ListIcons
Replies: 10
Views: 2670

Re: scheduling calender with use of ListIcons

Peter, nothing happens when I start your example.
Even if I add a Main() at the end, I only see an empty Window.

Markus