photoshop File Info script
photoshop File Info script
- Subject: photoshop File Info script
- From: Kelvin Aitken <email@hidden>
- Date: Thu, 14 Aug 2003 10:29:45 +1000
- Organization: Kelvin Aitken Photography
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
tell current document
try --etc
Photoshop opens the file OK but the system beeps when it comes to that
step. In the event log I get this readout:
open alias "Macintosh HD:Users:me:Desktop:testfolder:F18BU03 51258.jpg"
get current document
--> document "F18BU03 51258.jpg"
beep current document
The weird thing is that the script worked fine last week, churning
through thousands of images.
Any suggestions?
Kelvin.
_______________________________________________
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.