Copy link to clipboard
Copied
Hi,
I created successfully a CEP Panel with various functionalities, let's call it Panel_1.
Now, I would like to open a new CEP Panel_2 on a button click in my Panel_1.
Does anybody know how to do it?
I thought BridgeTalk.loadAppScript(specifier) maybe could work, but I don't know how to apply it for a CEP Panel and whether it is available under PremierePro. I am afraid this is also a ScriptUI-Feature which is not supported under PremierePro.
Thanks in advance
Okay, I just found the solution myself:
var csInterface = new CSInterface();
csInterface.requestOpenExtension("<extensionID_of_Panel_2>");
Copy link to clipboard
Copied
Okay, I just found the solution myself:
var csInterface = new CSInterface();
csInterface.requestOpenExtension("<extensionID_of_Panel_2>");