Re: Scripting a non-scriptable app
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.