-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have the following Temp.jsx file:
var mainScriptPath = Folder($.fileName).parent.parent ;
var scriptFile = new File(mainScriptPath + '/ad-to-uxp.jsx')
$.evalFile(scriptFile);
cTID = charIDToTypeID;
sTID = stringIDToTypeID;
function s2t(s) {return app.stringIDToTypeID(s);}
function c2t(c) {return app.charIDToTypeID(c);}
var dialogMode = DialogModes.NO
// executeActionForUXP
var desc1 = new ActionDescriptor();
var ref1 = new ActionReference();
ref1.putProperty(c2t("Chnl"), s2t("selection"));
desc1.putReference(c2t("null"), ref1);
desc1.putEnumerated(c2t("T "), c2t("Ordn"), c2t("Al "));
executeActionForUXP(c2t("setd"), desc1, dialogMode);
It seems it can't be proceed and generates the following error:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
