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