Re: Another Mavericks BUG?
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 ----------------------------------------------------------------------
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