• 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: Simple finder window sort worked in mountain lion but not in Mavericks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple finder window sort worked in mountain lion but not in Mavericks


  • Subject: Re: Simple finder window sort worked in mountain lion but not in Mavericks
  • From: dealTek <email@hidden>
  • Date: Fri, 26 Sep 2014 14:27:23 -0700



On Sep 26, 2014, at 2:04 PM, Robert Poland <email@hidden> wrote:




Thanks Robert for your help...

Interesting - are you on 10.9.4 or 10.9.5? or?

for me this also does NOT work.... so maybe that means something else (?) is going on with my system?

ALSO - can you please test mine to see if this DOES work for you?

tell application "Finder"
activate
set sort column of list view options of Finder window 1 to modification date column
set sort direction of column id modification date column of list view options of Finder window 1 to reversed
end tell


And - I repaired permissions - but that did not help either ....


Any ideas what could be keeping this from happening?





This works for me;


tell application "Finder"
tell list view options of window 1
set sort column to name column
tell column name column
if sort direction is normal then
set sort direction to reversed
else
set sort direction to normal
end if #
end tell # column name column
end tell # window 1
end tell # Finder

Robert Poland
Fort Collins CO



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

 _______________________________________________
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

References: 
 >Simple finder window sort worked in mountain lion but not in Mavericks (From: dealTek <email@hidden>)
 >Re: Simple finder window sort worked in mountain lion but not in Mavericks (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Simple finder window sort worked in mountain lion but not in Mavericks
  • Next by Date: Re: First run Finder selection problem
  • Previous by thread: Re: Simple finder window sort worked in mountain lion but not in Mavericks
  • Next by thread: Re: Simple finder window sort worked in mountain lion but not in Mavericks
  • Index(es):
    • Date
    • Thread