On 8 Nov 2006, at 22:04, jhonken wrote:

How would you catch an error with the "Go Stack URL" if the URL was non
existant would you use the "URLStatus"?

Also can you combine the "Go Stack URL" with the "URLStatus" and feed it
to a progrress bar?

You won't be able to use urlStatus, but you can use libUrlSetStatusCallback to track the progress.

As for checking errors, it is probably easier to check the result.

go stack url myUrl
put the result into tRes
if tRes is not empty then
  answer tRes
end if

Cheers
Dave
_______________________________________________
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