finder column width not working
finder column width not working
- Subject: finder column width not working
- From: dealTek <email@hidden>
- Date: Sat, 23 May 2015 10:15:16 -0700
Hi all,
I have this simple script - where I want to set the column width of name column - but does not seem to work in 10.9.5 mavericks
any way to get it working?
tell application "Finder" activate set target of Finder window 1 to folder "test" of folder "Desktop" of folder "me" of folder "Users" of startup disk set bounds of Finder window 1 to {50, 70, 1000, 600} -- tried this too no change ---- set width of column id name column of list view options of Finder window 1 to 100 set width of column id name column of list view options of Finder window 1 to 300 end tell
|
_______________________________________________
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