Re: photoshop File Info script. Photoshop bug?
Re: photoshop File Info script. Photoshop bug?
- Subject: Re: photoshop File Info script. Photoshop bug?
- From: Kelvin Aitken <email@hidden>
- Date: Fri, 15 Aug 2003 11:53:59 +1000
- Organization: Kelvin Aitken Photography
qq is a variable from an earlier part of the entire script. That is not
the problem. The image "qq" opens fine. The problem is the docRef which
is used later to save the image after all of the other stuff is done.
Kelvin.
Shane Stanley wrote:
On 15/8/03 8:54 AM +1000, Kelvin Aitken, email@hidden , wrote:
Hevard Graudo wrote:
OSX Jaguar, G4.
I have a script that takes information from a Filemaker database and places in
in the File Info section of an image. I am having difficulties with making an
image into a reference for saving later. The problem part of the script is:
tell application "Photoshop.0"
activate
set display dialogs to never
close every document saving no
open qq
set docRef to the current document --this is the problem
Where did "qq" come from?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.