MACSCRPT Archives

February 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Carlos Ysunza <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Wed, 1 Feb 2006 02:14:59 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (16 lines)
Hi Diana,
I have many scripts in photoshop CS and the only little detail that I see is that when you say
tell application "Photoshop CS"
open alias myfile
end tell 
script editor look for this app, and then stop to ask for it, but if you say
tell application "Adobe Photoshop CS"
open alias myfile
end tell
it should works ok

I have many as is example; set MyFile to alias "MyDisk:Users:g5:Pictures:mypicture.jpg"
tell application "Adobe Photoshop CS"
 open MyFile
end tell

ATOM RSS1 RSS2