photoshop scripting calls from Adobe Configurator panels
can javascritpt functions executing html element inside panel affect photoshop scene? know can using scripting toolkit, i'm trying in adobe configurator. in configurator created new panel html panel , button inside executes javascript function on click "createdocument". when bring photoshop, can load panel , click on button, never new document created. if uncomment "alert" line, reexport plugin, , click on button, alert, still don't new document.
var createdocument = function() {
app.documents.add(2,4);
//alert("creating new doc!");
};
i've tried other functions creating layers, still don't see happening in photoshop affecting ui. it's more frustrating don't see kind of error message happening. conclusions seem imply panel can't call photoshop files reason (running in different vm, wrong namespace, etc.). has been able make photoshop scripting calls inside configurator panel?
you might have better luck asking in configurator forum. http://forums.adobe.com/community/labs/configurator/
More discussions in Photoshop Scripting
adobe
Comments
Post a Comment