Go Stack URL
Dave Cragg
dcragg at lacscentre.co.uk
Wed Nov 8 17:19:00 EST 2006
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
More information about the use-livecode
mailing list