• 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
Re: finder column width not working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finder column width not working


  • Subject: Re: finder column width not working
  • From: Yvan KOENIG <email@hidden>
  • Date: Sat, 23 May 2015 19:26:31 +0200


Le 23/05/2015 à 19:15, dealTek <email@hidden> a écrit :

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


If my memory is right, Robert Poland asked about such behavior some months ago.

I no longer use Mavericks.
Just write to say that here it worked well under Yosemite 10.10.3

The event log was :

tell current application
path to desktop as text
end tell
tell application "Finder"
activate
set target of Finder window 1 to folder "SSD 500:Users:yvankoenig:Desktop:images"
set bounds of Finder window 1 to {50, 70, 1000, 600}
get width of every column of list view options of Finder window 1
(*200, 125, 181, 97, 115, 100, 75, 300*)
set width of column id name column of list view options of Finder window 1 to 300
get width of every column of list view options of Finder window 1
end tell

Résultat :

{300, 125, 181, 97, 115, 100, 75, 300}

Yvan KOENIG (VALLAURIS, France) samedi 23 mai 2015 19:26:25



 _______________________________________________
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: dealTek <email@hidden>
References: 
 >finder column width not working (From: dealTek <email@hidden>)

  • Prev by Date: finder column width not working
  • Next by Date: Re: Mail Rule problem.
  • Previous by thread: finder column width not working
  • Next by thread: Re: finder column width not working
  • Index(es):
    • Date
    • Thread