• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
finder column width not working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

--
Thanks,
Dave - DealTek
email@hidden
[db-15]

 _______________________________________________
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

  • Follow-Ups:
    • Re: finder column width not working
      • From: Yvan KOENIG <email@hidden>
  • Prev by Date: Re: Mail Rule problem.
  • Next by Date: Re: finder column width not working
  • Previous by thread: Re: Mail Rule problem.
  • Next by thread: Re: finder column width not working
  • Index(es):
    • Date
    • Thread