Re: Have Applescript auto click button
Re: Have Applescript auto click button
- Subject: Re: Have Applescript auto click button
- From: Dirk Stegemann <email@hidden>
- Date: Fri, 13 Jan 2006 16:16:56 +0200
Hi,
Am 13.01.2006 um 16:01 schrieb Ball, Dan:
I thought I had this information before but lost how to do it. I
have a warning window that pops up when a user clicks the mount
button the second time warning them that its already mounted. If
they don't click the ok button it errors out for setting to long.
I wanted it to timeout after so many seconds and auto click the ok
button if possible.
To auto-dismiss a dialog in AppleScript after e.g. 10 seconds, do
something like this:
display dialog "Auto-timout in 10 seconds..." buttons "Ok" default
button 1 giving up after 10
Regards,
Dirk Stegemann
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden