Re: Finder Window toolbar toggling
Re: Finder Window toolbar toggling
- Subject: Re: Finder Window toolbar toggling
- From: Martin Orpen <email@hidden>
- Date: Tue, 27 Apr 2004 09:34:19 +0100
on 27/4/04 2:29 am, Michelle Steiner at email@hidden wrote:
>
How about this:
>
>
tell application "Finder" to set the toolbar visible of window 1 to not
>
the toolbar visible of window 1
The OP has to "walk the rice paper without leaving a mark" before he is
ready for a "one liner" :-)
And let's remove all the "the"s:
tell application "Finder" to set toolbar visible of window 1 to not
toolbar visible of window 1
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.