• 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 6.0.1 Droplets and Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Photoshop 6.0.1 Droplets and Applescript


  • Subject: Re: Photoshop 6.0.1 Droplets and Applescript
  • From: Mohamed Shams <email@hidden>
  • Date: Thu, 15 Nov 2001 13:17:18 -0500

Try this


on open (imagelist)
tell application "Adobe. Photoshop. 6.0"
repeat with curimage in imagelist
set cimage to open curimage
do script "Whatever"
close the current document with saving
end repeat
end tell
end open



Mohamed



On 11/15/01 12:02 PM, "Sprague, Graham" <email@hidden> wrote:

> I can't see to get this "do script" thing to work with a list of files. Also
> it says only for use with a droplet but there is no way to tell photoshop
> which droplet to use.Or do I use a tell on the droplet itself and treat it
> as an application? There is serious need of documentation here!!!!
>
> Has anyone ever successfully created an applescript that passes a list of
> aliases to an action or droplet. If so could you please post some examples.
>
> Thanks,
> Graham


  • Prev by Date: Re: Idle handling, just not grokking it.
  • Next by Date: Re: Idle handling, just not grokking it.
  • Previous by thread: Photoshop 6.0.1 Droplets and Applescript
  • Next by thread: RE: Photoshop 6.0.1 Droplets and Applescript
  • Index(es):
    • Date
    • Thread