Re: Finder BUGS?
Re: Finder BUGS?
- Subject: Re: Finder BUGS?
- From: Luther Fuller <email@hidden>
- Date: Wed, 03 Feb 2010 16:21:57 -0600
On Feb 3, 2010, at 3:40 PM, Robert Poland wrote: 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
I think 'list view options' is an inscrutable record of properties. 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
'set visible of column ...' is broken. I'm currently not releasing new software until it's fixed in 10.6.3. (It will be fixed! Right?)
|
_______________________________________________
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
References: | |
| >Finder BUGS? (From: Robert Poland <email@hidden>) |