Re: load URL

2012-11-21 Thread Mike Bonner
No it is not expected behavior. If you use a script like so *on* mouseUp *load* url "http://localhost:/testf.txt"; with message "urlLoaded" -- loads async and calls message urlLoaded when done *end* mouseUp *command* urlLoaded pUrl,pStatus -- first var is the url in question, 2nd var i

Re: load URL

2012-11-21 Thread André Rombauts
Use instead put URL "http://domain.tld/tesrt.txt"; into field "Display", for instance Le 21 nov. 2012 à 18:22, Peter Haworth a écrit : > I'm using load URL to download a simple text file from my web site; the > filename ends with ".txt". If I include the ".txt" in the URL, the load > completes

Re: load url and iOS Issue

2012-03-23 Thread J. Landman Gay
On 3/23/12 3:58 PM, Mike Kerner wrote: Is anybody trying to use load url with iOS? I'm having an issue where I don't ever seem to get the cachedURLs populated and the URLStatus is never updated, but my callback message is fired. If I use a get url things seem to work. See page 19 in the iOS