MACSCRPT Archives

March 2012

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:
Mark Lively <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 9 Mar 2012 16:37:18 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
Using Photoshop CS5(12.0.4), Filemaker Pro Advanced 11(11.0v4) and an other wise empty database.

I created a script that performed the native applescript 

tell application "Adobe Photoshop CS5"
	do action "Molten Lead" from "Default Actions"
end tell

I then made it into a calculation and it worked there as well.

Does the action that you were trying to run throw up a dialog?

-Mark
slightly off topic anyone know how to programatically close the graph dialog in Illustrator CS5 (it won't repsond to clicks from system events)

On Mar 9, 2012, at 11:21 AM, Bill Steele wrote:

> I have a script that calls Filemaker Pro 11 and Photoshop CS5. Runs fine as an Applescript. Put it into a Filemaker script (as always removing the "tell Filemaker" lines) and it hangs on 
> 
> tell application "Adobe Photoshop CS5"
> do action "whatever" from "Default Actions"
> 
> I always assumed Filemaker just called Applescript Editor to run Applescript, but this looks like it's using its own engine, and it needs updating. 
> 
> 
> Bill Steele
> [log in to unmask]

ATOM RSS1 RSS2