Search found 231 matches

by SparrowhawkMMU
Fri Mar 27, 2026 11:54 am
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 8
Views: 12766

Re: MaterialSB brings Material Design to SpiderBasic.

This looks amazing. I've been playing around with the examples and will definitely try to build something out with this.
Thank you!
by SparrowhawkMMU
Tue Jan 13, 2026 1:10 pm
Forum: General Discussion
Topic: SpiderBasic 3.20 is out !
Replies: 13
Views: 29806

Re: SpiderBasic 3.20 is out !

many thanks for the improvements
by SparrowhawkMMU
Thu Jul 03, 2025 2:46 pm
Forum: General Discussion
Topic: SpiderBasic 3.10 is out !
Replies: 25
Views: 157301

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: [Implemented] HttpInfo()
Replies: 4
Views: 53387

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: 72393

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: 46124

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: 46124

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: [Implemented] HttpInfo()
Replies: 4
Views: 53387

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: 46124

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: [Implemented] HttpInfo()
Replies: 4
Views: 53387

[Implemented] 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 ...