• 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: trying out UI browser and example
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trying out UI browser and example


  • Subject: Re: trying out UI browser and example
  • From: Axel Luttgens <email@hidden>
  • Date: Sat, 5 Jun 2010 09:43:07 +0200

Le 5 juin 2010 à 09:22:47, Yuma Antoine Decaux a écrit :

> Hi listers,
>
> I am trying to figure out the UI browser element hierarchy and how to implement it as a variable from which another application can rfer itself when moving the mouse.
>
> In this example, i'm using Extra Suites and the code as i see it goes thus:
>
> set TrackTimeline to (scroll area 2) of (window 1) of application "Garage Band"
> tell application "Extra Suites"
> ES mouse down
> ES move mouse to TrackTimeline
> Es mouse up
> end tell
>
> I got an error saying expected "," but found identifier ????

Hello Yuma,

I don't know anything about Extra Suites, but googling for its dictionary tends to show that the "ES move mouse" command expects a list. This seems to be consistent with the error message mentioning an expected ",".
Wouldn't you need to pass a list of screen coordinates, someting like {x, y}?

HTH,
Axel

 _______________________________________________
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: trying out UI browser and example
      • From: Yuma Antoine Decaux <email@hidden>
    • Re: trying out UI browser and example
      • From: Yuma Antoine Decaux <email@hidden>
References: 
 >trying out UI browser and example (From: Yuma Antoine Decaux <email@hidden>)

  • Prev by Date: trying out UI browser and example
  • Next by Date: Re: trying out UI browser and example
  • Previous by thread: trying out UI browser and example
  • Next by thread: Re: trying out UI browser and example
  • Index(es):
    • Date
    • Thread