Re: A simulated mouse click
Re: A simulated mouse click
- Subject: Re: A simulated mouse click
- From: "AppleScripter" <email@hidden>
- Date: Thu, 13 Sep 2001 08:42:43 -0500
>
Without any action on the user's part can the dialog be closed after a few
>
seconds with the button returned as "Yes" and the application proceeds to
>
carry out the calculations.
display dialog "Do you wish to do the calcs now?" default answer "Yes"
giving up after 5
will force the dialog to give up after 5 seconds.
HTH,
Greg Strange