• 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: PhotoShop scripting problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
---------------------------------


  • Prev by Date: Re: brief history of AS
  • Next by Date: Re: PhotoShop scripting problem
  • Previous by thread: Re: PhotoShop scripting problem
  • Next by thread: Re: PhotoShop scripting problem
  • Index(es):
    • Date
    • Thread