Re: Progress bar? (I know this has been asked before.)
Re: Progress bar? (I know this has been asked before.)
- Subject: Re: Progress bar? (I know this has been asked before.)
- From: Jed Verity <email@hidden>
- Date: Mon, 08 Jan 2001 15:14:46 -0800
I'm afraid there's nothing particularly effective with plain AS. I suppose
you could try something like this:
-----begin script-----
set zCount to 0
repeat 10 times
set zCount to (zCount + 1)
display dialog zCount buttons {"..."} giving up after 1
--do stuff
end repeat
-----end script------
Best of Luck,
Jed
On the threshold of genius, email@hidden wrote:
>
Is there a way to put a progress bar into a dialog box using plain AS?
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity