Finder BUGS?
Finder BUGS?
- Subject: Finder BUGS?
- From: Robert Poland <email@hidden>
- Date: Wed, 3 Feb 2010 14:40:20 -0700
Scripters,
Why does this NOT work?
tell application "Finder" activate if exists Finder window 1 then -- make sure there is a window set wdw to Finder window 1 tell wdw if current view of wdw is not list view then set current view to list view end if set {x} to its list view options as string display dialog x tell its list view options set visible of column kind column to true -- hide kind column set visible of column label column to true -- hide label column end tell end tell end if end tell
Bob Poland - Fort Collins, CO
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden