RE: Progress bar? 2
RE: Progress bar? 2
- Subject: RE: Progress bar? 2
- From: Jed Verity <email@hidden>
- Date: Mon, 08 Jan 2001 15:21:10 -0800
Sorry. Should have phrased it like so:
-----begin script-----
set totalCycles to 10
set zCount to 0
repeat totalCycles times
set zCount to (zCount + 1)
display dialog zCount & " of " & totalCycles buttons {"..."} giving up
after 1
--do stuff
end repeat
-----end script-----
~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity
------ Forwarded Message