• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Popup dialog message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Popup dialog message (From: Gnarlodious <email@hidden>)

  • Prev by Date: Re: XML/plist parsing
  • Next by Date: Re: Popup dialog message
  • Previous by thread: Popup dialog message
  • Next by thread: Re: Popup dialog message
  • Index(es):
    • Date
    • Thread