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:31:16 +0100
if you're using Safari, then you can collapse every opened window by
doing the following :
tell application "Safari" to set miniaturized of every window to true
Jean-Baptiste
Le dimanche, 26 jan 2003, ` 20:08 Europe/Paris, montana a icrit :
Hi Everyone-
Can someone tell me how you get an app to minimize using applescript?
For instance:
I want to write an applescript that opens more than one html location
at a time, but immediately minimizes each window to the dock so it
does not take up too much real estate. I can then manually maximize
each window as I see fit.
Thanks.
SA
:)
_______________________________________________
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.