Finder Window toolbar?
Finder Window toolbar?
- Subject: Finder Window toolbar?
- From: Robert Poland <email@hidden>
- Date: Mon, 26 Apr 2004 21:06:56 -0600
On Apr 26, 2004, at 4:40 PM, Martin Orpen wrote:
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
How about this:
tell application "Finder" to set the toolbar visible of window 1 to
not the toolbar visible of window 1
Would someone explain - in OS 10.3.3 I don't see any toolbars. Tried
running the above and Smile doesn't see any toolbars either.
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.