Re: List view properties
Re: List view properties
- Subject: Re: List view properties
- From: matt neuburg <email@hidden>
- Date: Wed, 23 Apr 2003 10:05:27 -0700
On Tue, 22 Apr 2003 20:36:41 -0400, zoff <email@hidden> said:
>
>
In the script below I'm trying to set a Finder window to sort by the
>
Name column. I can set the window to list view but the other properties
>
don't work, I'm not getting any errors to at least give me a clue to
>
why its not working. Any ideas.
>
>
tell application "Finder"
>
activate
>
set current view of window 1 to list view
>
set properties of window 1 to {sort column:name column, calculates
>
folder sizes:false}
>
end tell
Those are not properties of the window. They are properties of the
window's list view options. m.
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.