• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to hide toolbar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: How to hide toolbar
      • From: Laine Lee <email@hidden>
  • Prev by Date: Re: How to hide toolbar
  • Next by Date: iChat scripting
  • Previous by thread: Re: How to hide toolbar
  • Next by thread: Re: How to hide toolbar
  • Index(es):
    • Date
    • Thread