Skip to main content
Participant
October 19, 2023
Answered

Start CEP Panel via extendscript command

  • October 19, 2023
  • 1 reply
  • 389 views

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

This topic has been closed for replies.
Correct answer Felix266639492i4j

Okay, I just found the solution myself:

 

var csInterface = new CSInterface();
csInterface.requestOpenExtension("<extensionID_of_Panel_2>");

1 reply

Felix266639492i4jAuthorCorrect answer
Participant
October 19, 2023

Okay, I just found the solution myself:

 

var csInterface = new CSInterface();
csInterface.requestOpenExtension("<extensionID_of_Panel_2>");