Re: How can I display the number of records processed using a thermometer
Re: How can I display the number of records processed using a thermometer
- Subject: Re: How can I display the number of records processed using a thermometer
- From: Graff <email@hidden>
- Date: Tue, 06 Jan 2004 03:43:33 -0500
Heh, yeah I thought of doing something like that also but I was too
lazy to code it up. The odd thing is if you hit the cancel button the
entire script ends for some reason. Shouldn't it keep on counting even
if I hit the cancel button? Or does the cancel button quit the entire
script always and I just haven't noticed it for some reason?
- Ken
On Jan 6, 2004, at 2:09 AM, Martin Orpen wrote:
5 Jan 2004 Christopher Stone <email@hidden> wrote:
The simplest way would probably be to buy the 24U Appearance osax
($36.00)
Send me $35.00 and you can use my progress bar:
set funProg to ""
repeat until length of funProg is 60
set funProg to funProg & "I"
display dialog funProg giving up after 1
end repeat
Not suitable for people suffering from epilepsy.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.