Re: delayDialog
Re: delayDialog
- Subject: Re: delayDialog
- From: Luther Fuller <email@hidden>
- Date: Fri, 20 Jan 2006 16:53:55 -0600
Robert Poland wrote ...
While messing around I found this feature, thought it might be of
interest to others. Try it you'll like it.
my delayDialog("message here")
on delayDialog(x)
tell application "System Events"
activate
display dialog x
end tell
end delayDialog
Be careful about telling "System Events" to 'display dialog'. I have
encountered problems with System Events that were eliminated by being
careful not to 'display dialog' while telling "System Events".
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden