Search found 220 matches

by SparrowhawkMMU
Tue May 12, 2020 11:55 am
Forum: General Discussion
Topic: Minor issue in forums
Replies: 1
Views: 2766

Re: Minor issue in forums

The way I get around this is a long press then tap away from the pop up and the site menu will be there.

It is somewhat annoying though, so would be good if it could be fixed at some stage.
by SparrowhawkMMU
Tue May 12, 2020 11:48 am
Forum: General Discussion
Topic: A SQLWindows-like OO framework for SpiderBasic?
Replies: 3
Views: 2735

Re: A SQLWindows-like OO framework for SpiderBasic?

Interesting. Are you planning on having a project/code outliner like SQLWindows? That would be cool. I have not used SQLWindows since the last 16-bit version (5.something, I forget) as I moved jobs around that time. A couple of years ago in a fit of nostalgia and with a tentative idea of adding Gupt...
by SparrowhawkMMU
Wed Dec 04, 2019 5:32 pm
Forum: Tricks 'n' Tips
Topic: How to use 'Prototype'
Replies: 1
Views: 2002

Re: How to use 'Prototype'

Thanks for that, I did not know that was possible. It's always nice to learn something new :)
by SparrowhawkMMU
Wed Sep 04, 2019 1:40 pm
Forum: Feature Requests and Wishlists
Topic: Don't artificially limit SpiderBasic's gadgets
Replies: 10
Views: 6043

Re: Don't artificially limit SpiderBasic's gadgets

Perhaps introduce SpiderBasic specific parameters with SpiderBasic specific constants: #SB_SomeSBConstant so that you do not "pollute" the PureBasic namespace?
by SparrowhawkMMU
Tue Sep 03, 2019 7:44 pm
Forum: General Discussion
Topic: SpiderBasic 2.22 available
Replies: 13
Views: 12323

Re: SpiderBasic 2.22 beta 1 available

Fred wrote:I will push the bug fix release ASAP (when it compiles iOS app and Android App correctly) and then will work on new features
Many thanks for the update, that's great to hear.
by SparrowhawkMMU
Tue Sep 03, 2019 1:20 pm
Forum: General Discussion
Topic: SpiderBasic 2.22 available
Replies: 13
Views: 12323

Re: SpiderBasic 2.22 beta 1 available

Good to see SB being updated again, thanks Fred :) Do you have an idea of what will be in the next feature release? I ask because without support for accessing the returned HTTP status code and response headers it's not really possible to build REST based clients with SB at the moment, at least not ...
by SparrowhawkMMU
Sun Jan 27, 2019 6:09 pm
Forum: General Discussion
Topic: SpiderBasic 2.21 is available !
Replies: 20
Views: 18001

Re: SpiderBasic 2.21 beta 3is available

64 bit SB - that's great news, thank you!
by SparrowhawkMMU
Tue Dec 25, 2018 11:34 am
Forum: Coding Questions
Topic: MySQL access
Replies: 4
Views: 2480

Re: MySQL access

You can write server side code in PureBasic, SB's big brother. The syntax is almost identical. The latest beta version has MySQL/MariaDB baked in, whilst the current stable version can access MySQL via ODBC. The new version also has functions that mimic SpiderBasic's networking functions, so things ...