Search found 42 matches

by SparrowhawkMMU
Wed Sep 23, 2020 3:15 pm
Forum: General Discussion
Topic: Which BASICs have been you using in your life?
Replies: 61
Views: 22052

Re: Which BASICs have been you using in your life?

These are the ones I've used a lot over the years - I've dabbled with many others, as I'm most of us have: Sinclair ZX81 BASIC Sinclair ZX Spectrum BASIC BBC BASIC (Acorn BBC Micro, Windows) Amstrad CPC BASIC (Locomotive?) Sinclair QL SuperBASIC (my favourite, still use it on Q68, a modern super-QL ...
by SparrowhawkMMU
Sat Apr 06, 2019 3:44 pm
Forum: Announcement
Topic: Udemy formation about OOP with PB
Replies: 6
Views: 4968

Re: Udemy formation about OOP with PB

C'est très généreux, merci :)
by SparrowhawkMMU
Tue Apr 02, 2019 12:13 pm
Forum: Mac OSX
Topic: Problem running Purebasic
Replies: 11
Views: 3689

Re: Problem running Purebasic

No idea what that eror means either, but it's all helpful for Fred to debug with. I also tested 5.70LTS on my ageing 2010 MBP running High Sierra - all fine there too, I was able to compile and debug various small programs. Just on a side note, SpiderBasic 2.21 also works fine on both systems. So it...
by SparrowhawkMMU
Mon Apr 01, 2019 4:43 pm
Forum: Mac OSX
Topic: Problem running Purebasic
Replies: 11
Views: 3689

Re: Problem running Purebasic

Also running fine here on Mojave, v5.70 LTS. I'm afraid I no longer have an El Capitan installation, just Mojave and High Sierra.

It's probably also worth checking the logs in Console? Keep that open when trying to start PB and see what you get.
by SparrowhawkMMU
Tue Feb 05, 2019 5:03 pm
Forum: Mac OSX
Topic: MacUpdate listing
Replies: 3
Views: 1439

Re: MacUpdate listing

Good spot - if/when Fred gets in touch with them, he can presumably get that fixed too.
by SparrowhawkMMU
Tue Feb 05, 2019 11:46 am
Forum: Mac OSX
Topic: MacUpdate listing
Replies: 3
Views: 1439

MacUpdate listing

I have finally managed to catch MacUpdate's eye and they have updated their PureBasic listing after several years! @fred - would be worth letting them have a more up to date screenshot than the one on there currently perhaps? https://www.macupdate.com/app/mac/20218/purebasic Also would be worth lett...
by SparrowhawkMMU
Sat Dec 22, 2018 4:13 pm
Forum: Announcement
Topic: Christmas Special
Replies: 6
Views: 3203

Re: Christmas Special

Ignore the above, the registration email just came through. :)
by SparrowhawkMMU
Sat Dec 22, 2018 2:19 pm
Forum: Announcement
Topic: Christmas Special
Replies: 6
Views: 3203

Re: Christmas Special

Hi Paul, Thanks for the special offer! I have bought the bundle via Paypal, but after paying it just stayed on the Paypal page, not returning to your site - is this normal? I have received the email from PayPal saying it went through successfully, but I'm not sure how to get a serial number now. Wil...
by SparrowhawkMMU
Tue Nov 13, 2018 6:07 pm
Forum: Announcement
Topic: PureBasic 5.70 LTS is out !
Replies: 252
Views: 134053

Re: PureBasic 5.70 LTS beta 2 is out !

I will change the constant from Error to Status. What do you mean by not supported on OS X ? I tried it here and it worked, could you tell me how you tested it ? Hi Fred, sorry for the confusion - I was basing this on a comment earlier in the thread, not from having tested it myself. i still have n...
by SparrowhawkMMU
Sun Oct 07, 2018 10:25 am
Forum: Announcement
Topic: PureBasic 5.70 LTS is out !
Replies: 252
Views: 134053

Re: PureBasic 5.70 LTS beta 2 is out !

About HTTPRequest() and HTTPRequestMemory() :idea: Wouldn't it be better to name constant #PB_HTTP_ Status Code instead of #PB_HTTP_ Error Code ? +1 It's a status code, not necessarily an error code. It would be odd to check for Error Code = 200 OK! I have not had a chance to test this latest relea...
by SparrowhawkMMU
Tue Jun 27, 2017 1:50 pm
Forum: Feature Requests and Wishlists
Topic: HTTP POST and custom headers for HTTP request
Replies: 9
Views: 4820

Re: HTTP POST and custom headers for HTTP request

+1

For true REST we also need PUT, PATCH and DELETE HTTP verbs/methods.
by SparrowhawkMMU
Thu Jan 12, 2017 9:44 am
Forum: Coding Questions
Topic: Reading strings into an array
Replies: 6
Views: 2271

Re: Reading strings into an array

@smacker - glad I could help. :)
by SparrowhawkMMU
Wed Jan 11, 2017 10:46 am
Forum: Coding Questions
Topic: Reading strings into an array
Replies: 6
Views: 2271

Re: Reading strings into an array

I don't think that PureBasic has an InArray() function as exists in some other languages (I could be wrong, I am a relative newcomer to PB) However, here is a quick and dirty solution - it works fine on small arrays but larger arrays would not scale so well. I am sure veteran PBers will have a more ...
by SparrowhawkMMU
Tue Dec 06, 2016 10:04 am
Forum: Announcement
Topic: SpiderBasic 2.00 released !
Replies: 30
Views: 39532

Re: SpiderBasic 2.00 released !

@Mistrel: I use it to create business front ends to APIs that I created for the company I'm currently with. Basically SB brings together a whole bunch of JS libraries and hides them behind the familiar PureBasic syntax. The IDE is the same as the one from PureBasic. So, in my case, the SB-generated ...
by SparrowhawkMMU
Thu Nov 24, 2016 9:48 am
Forum: Coding Questions
Topic: [solved] Option gadgets (OS X) - what am I doing wrong?
Replies: 4
Views: 1705

Re: Option gadgets - what am I doing wrong?

@everyone: Thanksfor helping out. :) @Ti994a, thank you for checking that it works under Windows. It does strike me as odd that one would have to explicitly set the state of a radio button even though the UI had clearly registered the changed state itself. I've never had to do that in any other envi...