Re: Zoom/minimize windows
Re: Zoom/minimize windows
- Subject: Re: Zoom/minimize windows
- From: Andrew Oliver <email@hidden>
- Date: Sun, 27 Feb 2005 07:58:47 -0800
On 2/27/05 6:44 AM, "Robert Poland" <email@hidden> wrote:
> Hi,
>
> Is there any way to Zoom/Minimize finder and other windows without
> resorting to GUI?
>
Sure
tell application "Finder"
set collapsed of window 1 to (not (collapsed of window 1))
set zoomed of window 1 to (not (zoomed of window 1))
end tell
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden