Re: Non-blocking transfers ...

2012-07-17 Thread Monte Goulding
On 18/07/2012, at 4:25 AM, gpb01 wrote: > Thanks, but ... it's for a library that I wrote totally in Livecode (/so .. > can run on any platform/) and I would like to avoid the use externals or > other tricks ... ;) Then it's not currently possible. Non-blocking http is really critical as far as

Re: Non-blocking transfers ...

2012-07-17 Thread gpb01
right ? Thanks, Guglielmo Braguglia -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Non-blocking-transfers-tp4652248p4652264.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing li

Re: Non-blocking transfers ...

2012-07-17 Thread Ken Corey
I've written a small asynchronous HTTP library based on rresocket that allows for access to headers. Your code looks like this: on openCard httpGet "http://my.url.path/blah","callBackFunctionName"; [...] end openCard on callBackFunctionName [...] put httpBuildCookies() into tCookie end

Re: Non-blocking transfers ...

2012-07-17 Thread gpb01
OS though. > > Bob > Thanks Bob, but ... yes, can't work on iOS (/don't know on android/). Guglielmo -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Non-blocking-transfers-tp4652248p4652251.html Sent from the Revolution -

Re: Non-blocking transfers ...

2012-07-17 Thread Bob Sneidar
T (put myVAR into URL "...myURL") and HTTP POST (post myData to URL > "...myURL...") ? > > Please note, I need for HTTP and NOT for FTP and, possiby, should be > available on iOS (/so ... no libURL/). > > Thanks, > > Guglielmo > > -- > Vi

Non-blocking transfers ...

2012-07-17 Thread gpb01
t;) and HTTP POST (post myData to URL "...myURL...") ? Please note, I need for HTTP and NOT for FTP and, possiby, should be available on iOS (/so ... no libURL/). Thanks, Guglielmo -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Non-blocking-transfers