Progress Bar Example
Sarah Reichelt
sarah.reichelt at gmail.com
Fri Mar 24 18:22:00 EST 2006
On 3/25/06, Jeff Honken <jhonken at x12.info> wrote:
> Sarah,
> Thanks for the reply. I've tried using
> load stack URL http://www.x12help.com/x12provider.rev" but it errors.
> I've only been successful with "go" Here's the code I'm using in a
> button:
>
> on mouseUp
> go stack URL "http://www.x12help.com/x12provider.rev"
> end mouseUp
>
load URL "http://www.x12help.com/x12provider.rev"
then when it finishes, put the already downloaded data into a variable
& go to it from there:
put URL "http://www.x12help.com/x12provider.rev" into myStackData
go stack myStackData
Cheers,
Sarah
More information about the use-livecode
mailing list