Search found 229 matches

by SparrowhawkMMU
Thu Jul 03, 2025 2:46 pm
Forum: General Discussion
Topic: SpiderBasic 3.10 is out !
Replies: 25
Views: 20241

Re: SpiderBasic 3.10 beta 2 is ready !



- Added: HTTPInfo() to get more info when using HTTPRequest()
- Added: HTTPTimeout() to control the timeout of HTTPRequest()



Thanks for implementing these! :) I'd just started building a Web UI for a headless backend service (RESTful APis) using another tool, but now I think that I have all ...
by SparrowhawkMMU
Thu Jan 23, 2025 3:54 pm
Forum: Feature Requests and Wishlists
Topic: HttpInfo()
Replies: 4
Views: 20318

Re: HttpInfo()

Salut Fred,

Can you tell us whether this feature will be included in a 3.0.x release? I'm now at the stage where I have to decide on using something else for an admin app I wanted to make in SB. But it needs full access to HTTP verbs, headers, status codes as the service is REST based.

Not ...
by SparrowhawkMMU
Mon Aug 26, 2024 11:10 am
Forum: Showcase
Topic: Asset Management System (long-term little project)
Replies: 5
Views: 37941

Re: Asset Management System (long-term little project)

For a brief while in the 90s I coded in SQLWindows 4 then 5 (and SQLBase) at an investment bank in Paris. Loved that outliner environment. Went to the launch event of 5.0 in London (or maybe it was launched elsewhere and had a London event too, I forget)

A few years ago I reached out to one of ...
by SparrowhawkMMU
Sun Jul 28, 2024 8:10 pm
Forum: General Discussion
Topic: SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width
Replies: 3
Views: 16133

Re: SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width

Thanks.

Also sorry, I appear to have started this thread in the wrong forum!
by SparrowhawkMMU
Mon Jul 08, 2024 2:41 pm
Forum: General Discussion
Topic: SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width
Replies: 3
Views: 16133

Re: SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width

An extra error line on my other Linux laptop, also running latest Zorin 17.1 (Ubuntu 22.04)

Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal
(spiderbasic:3839): Gtk-CRITICAL **: 15:35:24.925: gtk_tree_view_column_set_fixed_width ...
by SparrowhawkMMU
Thu Jul 04, 2024 12:00 pm
Forum: Feature Requests and Wishlists
Topic: HttpInfo()
Replies: 4
Views: 20318

Re: HttpInfo()

Peter - thanks for that, I'll look into it to see whether it plugs the gap.

Fred - thank you, that would be fantastic.
by SparrowhawkMMU
Thu Jul 04, 2024 11:55 am
Forum: General Discussion
Topic: SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width
Replies: 3
Views: 16133

SB 3.00. Bug on Linux: gtk_tree_view_column_set_fixed_width

Hi Fred, just to report that on Zorin 17.1 which is based on Ubuntu 20.04, I have this issue:

$ ./launch.sh
Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal
(spiderbasic:9070): Gtk-CRITICAL **: 12:46:14.536: gtk_tree_view_column_set ...
by SparrowhawkMMU
Tue Jul 02, 2024 1:10 pm
Forum: Feature Requests and Wishlists
Topic: HttpInfo()
Replies: 4
Views: 20318

HttpInfo()

Salut Fred,

Please could you add HttpInfo() to SB, as exists in PB? It's absence means I cannot use SB with many of the REST APIs that I use, as processing of the status code is critical in most of these scenarios. eg an API may well send back a 200 for a resource being successfully manipulated ...
by SparrowhawkMMU
Tue Jul 02, 2024 10:49 am
Forum: General Discussion
Topic: SpiderBasic 3.00 is out !
Replies: 56
Views: 188960

Re: SpiderBasic 3.00 is out !

BTW Fred, if I may make a small suggestion? I'd replace the default city skyline graphic on the main website with a cutout of the IDE with both the SB code and WebView showing - this would help somebody who landed on the site have some idea as to what this looks like/is (same for the PB site I'd say ...
by SparrowhawkMMU
Tue Jul 02, 2024 10:43 am
Forum: General Discussion
Topic: SpiderBasic 3.00 is out !
Replies: 56
Views: 188960

Re: SpiderBasic 3.00 is out !

Wow. I had no idea that SpiderBasic had evolved so much this year. I just dropped in now on a whim, saw the 3.00 announcement and downloaded it. What a HUGE step forward. I've not written any SB web apps in several years, but I think it's now time to brush up my spider senses and have another go ...