• 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 window views ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder window views ?


  • Subject: Re: Finder window views ?
  • From: Yvan KOENIG <email@hidden>
  • Date: Fri, 24 Feb 2017 10:21:42 +0100


Le 24 févr. 2017 à 00:10, Robert Poland <email@hidden> a écrit :

Chris,

Maybe I'm missing something (as Usual)  my clipping has no effect on the column widths.

tell application "System Events"
tell application "Finder"
tell front window
if current view ≠ list view then
set current view to list view
end if
set bounds to {1000, 23, 2075, 999}
tell its list view options
width of column id name column
set width of column id name column to 900
set width of column id modification date column to 141
set width of column id size column to 97
end tell
end tell
end tell
end tell


Hello Robert

Why are you encapsulating your code speaking to Finder in a tell System Events block ?


Yvan KOENIG running Sierra 10.12.3 in French (VALLAURIS, France) vendredi 24 février 2017 10:21: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 window views ?
      • From: Robert Poland <email@hidden>
References: 
 >Finder window views ? (From: Jean-Christophe Helary <email@hidden>)
 >Re: Finder window views ? (From: Christopher Stone <email@hidden>)
 >Re: Finder window views ? (From: Robert Poland <email@hidden>)

  • Prev by Date: multi-line records?
  • Next by Date: Re: multi-line records?
  • Previous by thread: Re: Finder window views ?
  • Next by thread: Re: Finder window views ?
  • Index(es):
    • Date
    • Thread