Re: Trouble with dock preferences of System Events
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