Re: Sort Column
Re: Sort Column
- Subject: Re: Sort Column
- From: Stan Cleveland <email@hidden>
- Date: Tue, 08 Sep 2009 17:23:16 -0700
- Thread-topic: Sort Column
Title: Re: Sort Column
On 9/8/09 3:44 PM, "Luther Fuller" wrote:
In 10.6, the first line of this script ...
set sort column of list view options of winRef to modification date column
set sort direction of modification date column of winRef to normal
works properly, but the second line either errors of does not compile.
I tried all variations on this theme, but nothing.
Is 'sort direction' broken? Or does anyone know the correct syntax?
Hi Luther,
This is what you want, methinks. It works here on 10.5.8 Intel.
set sort column of list view options of winRef to modification date column
set sort direction of sort column of list view options of winRef to normal
HTH,
Stan C.
_______________________________________________
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: | |
| >Sort Column (From: Luther Fuller <email@hidden>) |