• 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 04:48:59 +1000

Just before you get to the Photoshop tell statement, you could tell the
Finder to open the file instead:

repeat with oneImage in bigImages
tell app "Finder" to open oneImage using application "Adobe Photoshop 5.5"
tell application "Adobe Photoshop 5.5"
activate
do script "ThumbnailSaveClose"
end tell
end repeat

>...It fails on images that are PictureViewer:

> tell application "Adobe(R) Photoshop(R) 5.5"
> activate
> repeat with oneImage in bigImages
> open oneImage
> do script "ThumbnailSaveClose"
> end repeat
> end tell

> The error comes from PhotoShop....
> How can I make sure that Photoshop opens the image? If I am telling PS to
> activate and then to open the image, what more can I do?

David Lloyd

---------------------------------
email: email@hidden
web: http://www.kanzu.com
---------------------------------


  • Prev by Date: Re: FM insert Picture
  • Next by Date: path to question?
  • Previous by thread: temporary folder in OSX
  • Next by thread: Re: PhotoShop scripting problem
  • Index(es):
    • Date
    • Thread