Page 2 of 2
Re: SpiderBasic 3.20 is out !
Posted: Wed Feb 11, 2026 8:05 am
by munfraid
RBart wrote: Wed Feb 11, 2026 7:38 am
On Ubuntu:
MessageRequester("Desktop Information", "You have " + ExamineDesktops() + " active web page")
this gives me the error
[08:36:33] [COMPILER] Line 1: Bad parameter type, number expected instead of string.
Unlike PureBasic there is no parameter fot the title for SB:
https://www.spiderbasic.com/documentati ... ester.html
So it must be:
Code: Select all
MessageRequester("You have " + ExamineDesktops() + " active web page")
Re: SpiderBasic 3.20 is out !
Posted: Wed Feb 11, 2026 8:42 am
by RBart
Ok got it.
you mean:
Code: Select all
MessageRequester("You have " + ExamineDesktops() + " active web page")
Can the helpfiles be updated in this way?
Re: SpiderBasic 3.20 is out !
Posted: Wed Feb 11, 2026 3:28 pm
by munfraid
Yes, of course, sorry!
RBart wrote: Wed Feb 11, 2026 8:42 am
Ok got it.
you mean:
Code: Select all
MessageRequester("You have " + ExamineDesktops() + " active web page")
Can the helpfiles be updated in this way?
Re: SpiderBasic 3.20 is out !
Posted: Thu Mar 19, 2026 2:04 pm
by Quin
All working well on Windows 10/11, thanks Fred!
Re: SpiderBasic 3.20 is out !
Posted: Wed Apr 15, 2026 8:02 am
by Danilo
Renewed my SpiderBasic license after a long time.
Many new possibilities after SB 2.31 (18th May 2020) … looking good!
Thanks!
Re: SpiderBasic 3.20 is out !
Posted: Thu Apr 16, 2026 7:35 am
by Fred
Thanks ! Sure there is some nice new stuff to play with, it's steadily improving years on years
Re: SpiderBasic 3.20 is out !
Posted: Sat May 02, 2026 12:48 pm
by LastLife
Hey Fred, could you update the museum? I think I have two minor regressions in 3.20, but I don't have a 3.10 to check any more, so I can't report.