• 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: Neophyte Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Neophyte Question (From: Stephen Bunker <email@hidden>)

  • Prev by Date: Re: InDesign script Optimization and text frame threading
  • Next by Date: Re: ALL USERS PLEASE READ
  • Previous by thread: Neophyte Question
  • Next by thread: Re: Neophyte Question
  • Index(es):
    • Date
    • Thread