Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder Window toolbar toggling



on 26/4/04 10:48 pm, Easthope, John R at email@hidden wrote:

> Does anyone know the property or command to toggle the toolbar (show or hide)
> of an OS X finder window? I am trying NOT to use menu events. (Unless that is
> the only solution.)


tell application "Finder"
if toolbar visible of window 1 is true then
set toolbar visible of window 1 to false
else
set toolbar visible of window 1 to true
end if
end tell


--
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.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.