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: Gary Lists <email@hidden>
- Date: Tue, 06 Jan 2004 04:20:53 -0500
Graff wrote [01-06-04 3:43 AM]:
>
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
Cancel generates an error -128. You can handle it as you wish. Depending on
the script execution context, you'll get different behavior.
In Smile, it displays an (annoying) "User cancelled" dialog.
From OSA Menu, a cancel is a quiet cancel.
Of course, the throw can be caught in any context.
--
Gary
_______________________________________________
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.