Re: How to hide toolbar
Re: How to hide toolbar
- Subject: Re: How to hide toolbar
- From: Todd Ruston <email@hidden>
- Date: Thu, 10 Jun 2004 06:56:02 -0700
On Wed, 9 Jun 2004 22:10:04 -0600, Robert Poland <email@hidden> wrote:
>
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"
set toolbar visible of window 1 to false
end tell
--
Todd Ruston
email@hidden
_______________________________________________
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.