Search found 220 matches

by SparrowhawkMMU
Fri Jul 07, 2017 10:15 am
Forum: Tricks 'n' Tips
Topic: Module: Preferences
Replies: 6
Views: 4979

Re: Module: Preferences

+1
by SparrowhawkMMU
Tue Jul 04, 2017 1:51 pm
Forum: General Discussion
Topic: SpiderBasic 2.10 final is out !
Replies: 38
Views: 29568

Re: SpiderBasic 2.10 final is out !

Congratulations Fred + team. Another great release :)
by SparrowhawkMMU
Thu Jun 29, 2017 4:04 pm
Forum: General Discussion
Topic: SpiderBasic 2.10 final is out !
Replies: 38
Views: 29568

Re: SpiderBasic 2.10 beta 2 is available

@Fred - thread title needs updating
by SparrowhawkMMU
Sat Jun 24, 2017 3:27 pm
Forum: Feature Requests and Wishlists
Topic: InsertJSONStructure: booleans
Replies: 9
Views: 5218

Re: InsertJSONStructure: booleans

Great, thank you!
by SparrowhawkMMU
Fri Jun 23, 2017 2:02 pm
Forum: Feature Requests and Wishlists
Topic: InsertJSONStructure: booleans
Replies: 9
Views: 5218

Re: InsertJSONStructure: booleans

@Fred - just wondered whether this was still something you were considering to implement ?
by SparrowhawkMMU
Wed Jun 21, 2017 8:39 am
Forum: Feature Requests and Wishlists
Topic: HTTP Verbs for RESTful web services
Replies: 0
Views: 1776

HTTP Verbs for RESTful web services

I think I may have raised this before but can't find the thread. Presently, SpiderBasic supports just GET and POST HTTP methods (verbs). However, this is insufficient for accessing RESTful web services that rely on the verb to determine what to do to resources at the server end. As a minimum, we nee...
by SparrowhawkMMU
Fri Jun 02, 2017 1:53 pm
Forum: Tricks 'n' Tips
Topic: Module: Preferences
Replies: 6
Views: 4979

Re: Module: Preferences

I was not even aware of it in PureBasic! :D Thanks Peter. Incidentally, do you have a github/gitlab account where you have all your great libraries/modules in a central place? It would be nice if Fred added a user-contributed modules section to the SB website so that your code and that of the others...
by SparrowhawkMMU
Tue Apr 25, 2017 11:16 am
Forum: Coding Questions
Topic: How to Send HTTP POST request
Replies: 9
Views: 4173

Re: How to Send HTTP POST request

Possibly - I do not know Android or Cordova well at all so I cannot help you there, sorry. Good luck - I hope you find a solution. :) Just a thought: if you have your own server, you could pass the request to that, then make a call from there to the target server, and route the response back to your...
by SparrowhawkMMU
Mon Apr 24, 2017 2:09 pm
Forum: Feature Requests and Wishlists
Topic: Open a ComboBoxGadget - List by clicking on the text
Replies: 2
Views: 2494

Re: Open a ComboBoxGadget - List by clicking on the text

+1

That would be very nice. Good suggestion!
by SparrowhawkMMU
Mon Apr 24, 2017 2:08 pm
Forum: Coding Questions
Topic: How to Send HTTP POST request
Replies: 9
Views: 4173

Re: How to Send HTTP POST request

Not quite - the request changes because you are using a non-listed header as part of a CORS request . CORS means that the browser (the Android app wrapped in Cordova) is making a call to a resource in another domain. The header(s) you have added means that the request changes to a pre-flight check r...