• 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: Another Mavericks BUG?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another Mavericks BUG?


  • Subject: Re: Another Mavericks BUG?
  • From: Christopher Stone <email@hidden>
  • Date: Mon, 15 Sep 2014 02:47:40 -0500

On Sep 14, 2014, at 18:59, Robert Poland <email@hidden> wrote:
I’m again trying to control a Finder window.
______________________________________________________________________

Hey Bob,

That's a fairly long-standing bug.

----------------------------------------------------------------------
set otherPath to path to favorites folder
tell application "Finder"
tell front window
set winTarget to its target as alias
tell its list view options
set sort column to name column
--> name column
tell column name column
if sort direction is normal then
--> reversed
set sort direction to reversed
else
set sort direction to normal
--> normal
end if # 
end tell # column name column
end tell

set target to otherPath
set target to winTarget

end tell
end tell # Finder
----------------------------------------------------------------------

http://lists.apple.com/archives/applescript-users/2013/Apr/msg00006.html

You have to force the window to update.

--
Best Regards,
Chris

 _______________________________________________
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: 
 >Another Mavericks BUG? (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Finder window properties
  • Next by Date: Controlling Thunderbird using System Events
  • Previous by thread: Another Mavericks BUG?
  • Next by thread: Accessing the Archives
  • Index(es):
    • Date
    • Thread