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

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


  • Follow-Ups:
    • Re: Another Mavericks BUG?
      • From: Christopher Stone <email@hidden>
  • Prev by Date: Re: Finder window properties
  • Next by Date: Re: Add event to Calendar
  • Previous by thread: Re: Finder window properties
  • Next by thread: Re: Another Mavericks BUG?
  • Index(es):
    • Date
    • Thread