Re: Finder scripting bugs
Re: Finder scripting bugs
- Subject: Re: Finder scripting bugs
- From: "Nigel Garvey" <email@hidden>
- Date: Sun, 30 Aug 2009 00:35:03 +0100
Bill Cheeseman wrote on Sat, 29 Aug 2009 12:40:26 -0400:
>This script worked in Leopard but it doesn't work in Snow Leopard.
>In Snow Leopard, the indexes of the following columns remain
>unchanged, so that I end up with two columns having index 2 and none
>having index 7. The column positions do not change, and the version
>column does not become visible.
>tell application "Finder"
> activate
> set current view of front window to list view
> tell list view options of front Finder window
> tell column name column
Just on the offchance, does it work if you insert 'id' between 'column'
and the column id?
tell column id name column
That's the way column references are returned in Jaguar and Tiger, so
that might be the correct way to address them.
NG
_______________________________________________
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