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: Emmanuel <email@hidden>
- Date: Tue, 6 Jan 2004 18:16:37 +0100
At 7:09 AM +0000 06/01/04, Martin Orpen wrote:
>
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
Very gorgeous!
Almost as gorgeous, what about a fascinating chasing arrows program:
----------------------------
set funProg to "-/|\\" -- or "<v>^"
repeat 3 times
repeat with x in (characters of funProg)
display dialog x giving up after 1
end repeat
end repeat
----------------------------
Emmanuel
_______________________________________________
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.