Re: Scripting a non-scriptable app
Re: Scripting a non-scriptable app
- Subject: Re: Scripting a non-scriptable app
- From: JJ <email@hidden>
- Date: Fri, 10 May 2002 11:16:59 +0200
>
tell application "Finder"
>
activate
>
select file "QV-Mac Application" of folder "Casio LCD DigiCam" of
>
folder "Applications" of startup disk
>
open selection
>
do menu popup item "Take Picture" of popup "Utility" of menu "File"
>
end tell
Hi all:
One more line about this subject:
tell application "QV-Mac Application"
activate --> bring it to front
tell application "Prefab Player" --> call Prefab!
-- do some stuff
end tell
end tell
JJ
_______________________________________________
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.