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
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to