Re: Subject: How do I script "Hide Toolbar" in Finder
Re: Subject: How do I script "Hide Toolbar" in Finder
- Subject: Re: Subject: How do I script "Hide Toolbar" in Finder
- From: Paul Skinner <email@hidden>
- Date: Thu, 20 Feb 2003 10:12:08 -0500
GUI scripting isn't the end of life as we know it.
try
tell application "Finder" to activate
tell application "System Events"
click menu item "Hide Toolbar" of menu "View" of menu bar 1 of
application process "Finder"
end tell
end try
--
Paul Skinner
"The Church says the Earth is flat. But I know the Earth is round, for
I have seen the shadow on the moon, and I have more faith in a shadow
than in the Church."
- Magellan
_______________________________________________
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.