Re: Setting Finder Column width
Re: Setting Finder Column width
- Subject: Re: Setting Finder Column width
- From: Luther Fuller <email@hidden>
- Date: Sat, 04 Oct 2014 12:37:17 -0500
On Oct 4, 2014, at 10:46 AM, Robert Poland wrote: Is there any way to control width of, for example, the name column?
I took a look at one of my scripts that does that sort of thingand found a handler containing these lines of code ...
tell application "Finder" set winRef to (window of folderAlias) set current view of winRef to list view ignoring application responses . . . set width of column name column of list view options of winRef to 300 . . . end ignoring end tell
I am currently using this in Lion (10.7.5), but I have used it in 10.8 and 10.9 without error.
|
_______________________________________________
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