Question
Photoshop Scripting executeAction Error 8800
Hello,
I want to use the executeAction function.
But everytime i try to use it i get this error message:
Error 8800 This functionality may not be available in this version of photoshop.
line xy
executeAction.....
Here some example code:
var actionID = stringIDToTypeID("myTestAction");
var actionDescriptor = new ActionDescriptor();
executeAction(actionID, actionDescriptor, DialogModes.NO);
I need to use this function in many other situations but it never works.
Can someone Help me please?
Thanks
