• 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: Trouble with dock preferences of System Events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with dock preferences of System Events


  • Subject: Re: Trouble with dock preferences of System Events
  • From: Michelle Steiner <email@hidden>
  • Date: Thu, 29 Oct 2009 12:43:17 -0700

On Oct 29, 2009, at 11:15 AM, Paul Berkowitz wrote:

It's a terminology conflict - a bug, and undoubtedly why the
enumeration/property has been changed in OS 10.6 to 'screen edge'. (I'm not
in 10.6 - for those of you who are, is it the same «property dplo» given a
new keyword? I'm guessing it is.)

If you type this: tell application "System Events" tell dock preferences «class loca» end tell end tell

It compiles to this:
tell application "System Events"
	tell dock preferences
		location
	end tell
end tell


If you type this: tell application "System Events" tell dock preferences «property dplo» end tell end tell

It compiles to this:
tell application "System Events"
	tell dock preferences
		«class dplo»
	end tell
end tell

--
I've noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture. Near as I can tell, this coincides with the release of MS-DOS.
-- Larry DeLuca


_______________________________________________
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: Trouble with dock preferences of System Events
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Trouble with dock preferences of System Events (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Trouble with dock preferences of System Events
  • Next by Date: Re: Trouble with dock preferences of System Events
  • Previous by thread: Re: Trouble with dock preferences of System Events
  • Next by thread: Re: Trouble with dock preferences of System Events
  • Index(es):
    • Date
    • Thread