• 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: Scripting a non-scriptable app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting a non-scriptable app


  • Subject: Re: Scripting a non-scriptable app
  • From: "Roger Howard" <email@hidden>
  • Date: Thu, 09 May 2002 13:18:15 -0700

Luis,

You need to target your Prefab commands to the proper app by wrapping in a tell statement, and all be sure the app you are targeting is frontmost.

Here's a modified version of the script you posted, this may be closer:


tell application "QV-Mac Application"
activate
do menu popup item "Take Picture" of popup "Utility" of menu "File"
end tell


As for the timing of your script, there are many ways to accomplish that...

Best,

Roger Howard
Digital Media Specialist
The J. Paul Getty Museum

email@hidden
310.440.6908
_______________________________________________
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.

  • Prev by Date: Re: On variable naming... [was Re: AsciiNumber & AsciiCharacter Handlers]
  • Next by Date: RE: OS X replacement for Script Scheduler
  • Previous by thread: Re: Scripting a non-scriptable app
  • Next by thread: Re: Scripting a non-scriptable app
  • Index(es):
    • Date
    • Thread