Popup dialog message
Popup dialog message
- Subject: Popup dialog message
- From: Gnarlodious <email@hidden>
- Date: Sat, 08 May 2004 01:03:04 -0600
I'm trying to make a popup message live for 2 seconds then then bring the
original app to the front.
Something like:
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
What's the terminology here.
I'd look this up in the archives but it's been offline for weeks now.
http://digiprint.hldns.com/applescript/
-- Gnarlie
_______________________________________________
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.