Re: Quick Finder Question
Re: Quick Finder Question
- Subject: Re: Quick Finder Question
- From: Walter Ian Kaye <email@hidden>
- Date: Thu, 11 Sep 2003 07:01:13 -0700
At 03:51a -0700 09/11/2003, Richard Fairbanks didst inscribe upon an
electronic papyrus:
Is it possible to set the column widths in a finder window or to
script setting a window to use the global defaults? The class
"column" is listed in the dictionary, but I've not had any luck
getting or setting a value. (I'm running 10.1.5.)
10.2.6 dictionary says the 'list view options' property of a Finder
window is read only. So no, it is not possible to set it via script.
Unless you can get the UI scripting to do it. To get the values:
tell application "Finder"
properties of column 1 of list view options of Finder window 1
end tell
-boo
_______________________________________________
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.