• 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: Entourage, Photoshop and a Folder Action
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Entourage, Photoshop and a Folder Action


  • Subject: Re: Entourage, Photoshop and a Folder Action
  • From: Steve Suranie <email@hidden>
  • Date: Tue, 29 Mar 2005 14:46:48 -0500

Hi Martin

Actually if I run the script through the editor Photoshop has no problem
resolving the file path. It is only when I try to run the script through
Entourage that I have problems.

OK, so now I dumped it back into Entourage to try and get the error message
and it all worked fine. Grrrrrrr.

Thanks for the help

Steve


On 3/29/05 2:36 PM, "Martin Orpen" <email@hidden> wrote:

> on 29/3/05 6:15 pm, Steve Suranie at email@hidden wrote:
>
>> I tried having Entourage run the script but it kept giving me errors that
>> Photoshop couldn't resolve the path to the file.
>
> An easy solution is to set up a rule in Entourage that saves the attachment
> to a folder and then triggers an AppleScript to process the file in the
> folder.
>
> All Adobe products need an alias (as it seems that you are aware) - they
> can't do the coercion for you as you tried in your script. So do something
> simpler:
>
>     tell application "Finder"
>         set theDoc to every file of folder "Macintosh HD:blahblah:" as alias
>     end tell
>     tell application "Adobe Photoshop CS"
>         open theDoc
>     end tell
>
> HTH

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Entourage, Photoshop and a Folder Action
      • From: Martin Orpen <email@hidden>
References: 
 >Re: Entourage, Photoshop and a Folder Action (From: Martin Orpen <email@hidden>)

  • Prev by Date: Re: Entourage, Photoshop and a Folder Action
  • Next by Date: [ANN] Next Philadelphia Area AppleScript Users Group Meeting
  • Previous by thread: Re: Entourage, Photoshop and a Folder Action
  • Next by thread: Re: Entourage, Photoshop and a Folder Action
  • Index(es):
    • Date
    • Thread