List view properties
List view properties
- Subject: List view properties
- From: zoff <email@hidden>
- Date: Tue, 22 Apr 2003 20:36:41 -0400
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
TIA
_______________________________________________
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.