Re: Neophyte Question
Re: Neophyte Question
- Subject: Re: Neophyte Question
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 15 Feb 2006 11:09:56 -0500
Hi Stephen - I would have to guess that GraphicConverter is not properly wired up internally to handle "GUI access" manipulation of these buttons. I am not sure there's anything you can do about this. Note that if you change the button you're clicking to "Cancel" you can even see the cancel button flicker on and off, but still nothing happens. So the app is not wired up correctly to handle these clicks when they're made from a script.
The good news: there may be a cleaner, more portable way of achieving your goal. Do you just want to open a new document in GrahpicConverter? Try this:
tell application "GraphicConverter" make new window end tell
Daniel
On Feb 15, 2006, at 10:04 AM, Stephen Bunker wrote: tell application "System Events" tell process "GraphicConverter" tell window "New" click button "New" end tell end tell end tell _
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden