Re: Akua Sweets click on control command
Re: Akua Sweets click on control command
- Subject: Re: Akua Sweets click on control command
- From: Andy Wylie <email@hidden>
- Date: Tue, 09 Jul 2002 10:03:37 +1200
on 9/7/02 2:41 AM +1200: richard_howland-bolton wrote:
>
Hi
>
I'm trying to get Quark Xpress to 'Save Page as EPS'
>
with the Spread option on. To do this I want to use Akua
>
Sweets 'click on control' command, however I can't get it to
>
work. I can't even get it to work with the example they
>
provide (which uses the Finder).
>
I'm doing this on
>
System 9.1.
>
Akua Sweets 1.4.3
>
Xpress 4.11
>
>
Has anyone any experience of the Akua Sweets 'click on control'
>
command?
>
Can anyone offer any advice?
>
It's broken...
-- {-50, "AkuiCrlC
ct Click: Window not Found"}
Passing 'the controls of window' rec doesn't work either, however 'input
state' cursor positioning and clicking works fine here...
-----------
tell application "Finder"
activate--necessary
select desktop--lame error trap
puppet menu {"View", "View Options
"}
input state {pointer location:{303, 188}}--snap to grid
input state {button down:true}
input state {pointer location:{505, 364}}--OK
input state {button down:true}
end tell
-----------
OS 8.6
AS 1.3.7
_____________________________ Andy
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.