Re: Zoom/minimize windows
Re: Zoom/minimize windows
- Subject: Re: Zoom/minimize windows
- From: Robert Poland <email@hidden>
- Date: Sun, 27 Feb 2005 09:46:44 -0700
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
:)
On a related note,
set toolbar visible to (not (toolbar visible))
doesn't work.
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
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