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: Paul Berkowitz <email@hidden>
- Date: Thu, 29 Oct 2009 12:51:22 -0700
- Thread-topic: Trouble with dock preferences of System Events
On 10/29/09 12:43 PM, "Michelle Steiner" <email@hidden> wrote:
> 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
(That's normal, if it's no longer a defined property.)
I guess there's a new raw code for the 'screen edge' keyword/enumeration
then. Someone in 10.6 with Screen Debugger, or who knows the Smile trick for
raw codes (which I forget), can confirm. ('screen edge' is not a keyword in
10.5.8.)
--
Paul Berkowitz
_______________________________________________
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