Re: How to hide toolbar
Re: How to hide toolbar
- Subject: Re: How to hide toolbar
- From: email@hidden
- Date: Thu, 10 Jun 2004 07:21:39 -0400
Is there an Applescript command to hide the toolbar (and the folder
view to the left) of a folder? "Set visible of toolbar to false"
gets an error.
tell application "Finder" to set toolbar visible of window x to false
-- where x is from 1 (front) to 'tell application "Finder" to set x
to (count (finder windows))' - the last window; or, where x is the
name of a folder or storage device whose window is opened.
tell application "Finder" to set toolbar visible of every window to false
tell application "Finder" to set toolbar visible of front window to false
tell application "Finder" to set toolbar visible of back window to false
Sadly, we are unable to control, that is - toggle, the visibility of
the sidebar and toolbar separately , via the user interface, that is
- another folder window button, or programmatically.
Hey, that may be one of Steve Jobs next 'promises'!
--
SJWL
_______________________________________________
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.