Re: Finder window sidebar
Re: Finder window sidebar
- Subject: Re: Finder window sidebar
- From: David Crowe <email@hidden>
- Date: Fri, 25 Jun 2004 20:53:33 -0600
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
- David Crowe
_______________________________________________
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.