Re: trying out UI browser and example
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