Re: PhotoShop scripting problem
Re: PhotoShop scripting problem
- Subject: Re: PhotoShop scripting problem
- From: David Lloyd <email@hidden>
- Date: Tue, 17 Jul 2001 22:49:42 +1000
Katherine,
>
I am trying this, and get this error, "Finder got an error: invalid key form."
>
The 'tell app "Finder" ' line is highlighted. Do you know what this means?
Sorry, I erred - that line should read something akin to:
tell application "Finder"
open oneImage using application file "Hard mb:Applications:Text:Photoshop"
end tell
i.e. give a path name of the application
file instead of the application name.
even better:
tell application "Finder"
open oneImage using application file id "8BIM"
end tell
(The 8BIM being the creator type of Photoshop.)
David Lloyd
---------------------------------
email: email@hidden
web:
http://www.kanzu.com
---------------------------------