Re: delayDialog
Re: delayDialog
- Subject: Re: delayDialog
- From: Robert Poland <email@hidden>
- Date: Fri, 20 Jan 2006 10:06:28 -0700
On Jan 20, 2006, at 9:19 AM, 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
I don't understand. All it does is display a dialog. What is so
unusual or different about it?
-- Michelle
I thought it was interesting that I could pass text to a handler. By
dropping the calling line into a script with the preceding line it
helps to see the effect of the action and waits for a return to
continue.
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
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