Another Mavericks BUG?
Another Mavericks BUG?
- Subject: Another Mavericks BUG?
- From: Robert Poland <email@hidden>
- Date: Sun, 14 Sep 2014 17:59:25 -0600
Hi,
I’m again trying to control a Finder window.
The following script is giving weird results both with Smile and Applescript Editor. The Applescript Editor results toggle but the Finder window never changes. Am I missing something?
tell application "Finder"
tell list view options of window 1
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 # window 1
end tell # Finder
# Result:
normal
# console "«constant ****srvs»”
TIA,
Robert Poland
iMac, Late 2013, 14,2
3.2 GHz Intel Core I5, 27”
16 GB Ram, 1TB Fusion HD
OS X 10.9.4 (13C64)
_______________________________________________
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