Re: Finder window toolbar
Re: Finder window toolbar
- Subject: Re: Finder window toolbar
- From: KLW <email@hidden>
- Date: Thu, 17 Jul 2003 17:09:14 -0400
A property can't go after this identifier.
At 13:10 -0700 2003.07.17, John Delacour wrote:
OMM I can do this. No need for any GUI stuff. Rad the dictionary
for Finder window and window.
tell application "Finder"
activate
open (path to "cusr")
set f to target of front window
tell f's window
if not its collapsed then
set its collapsed to true
delay 1
set its index to 1
set its collapsed to false
end if
set its toolbar visible to false
end tell
end tell
JD
I get "A property can't go after this identifier." and 'toolbar
visible' is highlighted as the culprit. Mac OS X 10.2.6, ScriptEditor
2.0.
KLW
_______________________________________________
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.