possible bug: can someone confirm that load url with message is broken?
Klaus Major
klaus at major-k.de
Thu Apr 19 14:32:16 EDT 2007
Hi Andre,
> Here it is very strange,
>
> if I step with the debugger, it works, if I allow it to run by
> itself, the message is never dispatched.
>
> strange... bug is on my side, so, I'll solve it. Thanks Trevor
I encountered this one, too!
Even "urlstatus turl" does not work.
I did this test:
...
put "http://www.apple.com" into turl
load turl
put urlstatus(turl)
## nothing was put!
wait 1 secs
## Just to give it some time...
put urlstatus(turl)
## again nothing
...
The above DOES work in 2.8 however.
So I finally use "libURLDownloadToFile" which did work as espected.
> andre
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list