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: Andrew Oliver <email@hidden>
- Date: Sun, 26 Jan 2003 11:23:42 -0800
tell application "Safari"
set miniaturized of window 1 to true
end tell
Adjust as appropriate for your browser
Andrew
:)
On 1/26/03 11:08 AM, "montana" <email@hidden> wrote:
>
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.