Re: Popup dialog message
Re: Popup dialog message
- Subject: Re: Popup dialog message
- From: Joseph Weaks <email@hidden>
- Date: Sat, 8 May 2004 02:26:34 -0500
On May 8, 2004, at 2:03 AM, Gnarlodious wrote:
tell application "Finder"
set focusApp to every application process whose frontmost is
true
tell me to display dialog popupMessage giving up after 2
set frontmost of focusApp to true
end tell
Lot's of ways to skin this cat. This help?
set popupMessage to "Can you hear me now?"
tell application "Finder"
set focusApp to name of first application process whose frontmost is
true
tell me to display dialog popupMessage giving up after 2
end tell
tell application focusApp to activate
_______________________________________________
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.