• 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: How do you minimize an app from applescript??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do you minimize an app from applescript??


  • Subject: Re: How do you minimize an app from applescript??
  • From: LE STANG Jean-Baptiste <email@hidden>
  • Date: Sun, 26 Jan 2003 20:36:21 +0100

Nice one too, that is an universal script :=))

But what 'third' refers to because you can replace third by second or first and it is still working !!

I must be missing something really big

Jean-Baptiste


Le dimanche, 26 jan 2003, ` 20:26 Europe/Paris, Barbara Mueller a icrit :

Try this to minimize the windows:

tell application "Netscape" -- or whatever application
activate
tell application "System Events"
tell process "Netscape"
click (the third button of the front window whose subrole is "AXMinimizeButton")
end tell
end tell
end tell

Barbara
_______________________________________________
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.
_______________________________________________
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: 
 >Re: How do you minimize an app from applescript?? (From: Barbara Mueller <email@hidden>)

  • Prev by Date: Re: Simple question
  • Next by Date: Re: Creating a list of alias from folder contents
  • Previous by thread: Re: How do you minimize an app from applescript??
  • Next by thread: Automatically sort a list ?
  • Index(es):
    • Date
    • Thread