Re: How do you minimize an app from applescript??
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.