• 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: 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

References: 
 >Re: Trouble with dock preferences of System Events (From: Michelle Steiner <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