I wrote a quite big script for Photoshop CS5.1 on my 64bit Vista machine. Now when I run the very same script on my new 64bit Windows 7 machine, Adobe ExtendScript Tool complains about activeDocument
(no such element) in this simple script:
#target photoshop
var pDoc = app.activeDocument;
alert("Done!");
I have tried both and without #target
and choosing the target in the ExtendedScript Tool.
Is there something I have missed, or do I need to install something more. I only installed the 64bit version of Photoshop. Is it so that the 32bit Photoshop has the script extensions?
I don't see why I need to install both 32bit and 64bit versions if I'm only going to use the 64bit version.