Re: Finder window sidebar
Re: Finder window sidebar
- Subject: Re: Finder window sidebar
- From: Laine Lee <email@hidden>
- Date: Fri, 25 Jun 2004 23:48:04 -0500
I think the idea is to hide the sidebar without hiding the toolbar.
>
The following script hides the sidebar (and the toolbar) for me...
>
>
tell application "Finder" to activate
>
>
>
tell application "System Events"
>
click menu item "Hide Toolbar" of menu "View" of menu bar 1
>
of application process "Finder"
>
end tell
--
Laine Lee
email@hidden
http://lonestar.utsa.edu/llee
_______________________________________________
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.