photoshop File Info script. Photoshop bug?
photoshop File Info script. Photoshop bug?
- Subject: photoshop File Info script. Photoshop bug?
- From: Kelvin Aitken <email@hidden>
- Date: Fri, 15 Aug 2003 08:54:42 +1000
- Organization: Kelvin Aitken Photography
Thats the weird thing. It worked fine a few days ago. It definitely is
the docRef that is causing the problem. I re-installed the Photoshop
scripting additions to no avail.
Anyone had a similar bug?
Kelvin.
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
tell current document
try --etc
Kelvin,
As far as I can tell your code is fine. Runs as expected without any errors on my Mac. (10.2.6, G4, Script Debugger 3.06)
Not much help though...
Hevard
_______________________________________________
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.