Search found 979 matches

by Peter
Wed May 27, 2026 7:14 am
Forum: General Discussion
Topic: SpiderBasic 3.30 beta 2 is out !
Replies: 15
Views: 372

Re: SpiderBasic 3.30 beta 1 is out !

Fred wrote: Wed May 27, 2026 6:40 amShould be better
👍
by Peter
Tue May 26, 2026 3:00 pm
Forum: General Discussion
Topic: SpiderBasic 3.30 beta 2 is out !
Replies: 15
Views: 372

Re: SpiderBasic 3.30 beta 1 is out !

Fred wrote: Tue May 26, 2026 11:25 am I probably forgot to click on the deploy button :D
No problem! Let me know when you've done it.
by Peter
Tue May 26, 2026 10:02 am
Forum: General Discussion
Topic: SpiderBasic 3.30 beta 2 is out !
Replies: 15
Views: 372

Re: SpiderBasic 3.30 beta 1 is out !

hoerbie wrote: Mon May 25, 2026 3:17 pmBecause I can't find any beta downloads when logging in
same here.
by Peter
Tue Jan 27, 2026 12:06 am
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 10
Views: 15228

Re: MaterialSB brings Material Design to SpiderBasic.

Very interesting! Thanks for sharing! Image
by Peter
Fri Jan 16, 2026 5:53 pm
Forum: Coding Questions
Topic: Babylon.js
Replies: 8
Views: 13566

Re: Babylon.js

In general, it would be worth testing whether it makes more sense to place the content of the HeaderSection BEFORE the include of spiderbasic.js.

But that doesn't help in general. babylon.js is quite large and takes time to load. If I call it up before it is completely loaded, you get an error ...
by Peter
Fri Jan 16, 2026 5:00 pm
Forum: Feature Requests and Wishlists
Topic: Event Handling
Replies: 5
Views: 18236

Re: Event Handling

nad wrote: Fri Jan 16, 2026 12:28 pmThe proglem is when displaying the table with html ...
Is there a need to use an HTML table? Have you ever looked at ListIconGadget()?

BTW: There is an easier way to read the JSON. Feel free to take a look at ExtractJSONList().

P.S.: Your code seems to be missing the plus sign (html + ...)
by Peter
Tue Jan 13, 2026 3:42 pm
Forum: General Discussion
Topic: SpiderBasic 3.20 is out !
Replies: 16
Views: 34491

Re: SpiderBasic 3.20 is out !

Image
by Peter
Mon Dec 22, 2025 1:30 pm
Forum: Coding Questions
Topic: MessageRequester does not run in WebView with macOS
Replies: 7
Views: 16549

Re: MessageRequester does not run in WebView with macOS

Ah, now I understand and can reproduce it. :idea:
by Peter
Sun Dec 21, 2025 3:25 pm
Forum: Coding Questions
Topic: MessageRequester does not run in WebView with macOS
Replies: 7
Views: 16549

Re: MessageRequester does not run in WebView with macOS

Unfortunately, I still can't reproduce it.

Image
by Peter
Sun Dec 21, 2025 12:58 am
Forum: Coding Questions
Topic: MessageRequester does not run in WebView with macOS
Replies: 7
Views: 16549

Re: MessageRequester does not run in WebView with macOS

I can't reproduce that.

Do you have a working code snippet for us?