• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
2

Start CEP Panel via extendscript command

Community Beginner ,
Oct 19, 2023 Oct 19, 2023

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

TOPICS
Error or problem , SDK , User interface or workspaces

Views

163

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Oct 19, 2023 Oct 19, 2023

Okay, I just found the solution myself:

 

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

Votes

Translate

Translate
Community Beginner ,
Oct 19, 2023 Oct 19, 2023

Copy link to clipboard

Copied

LATEST

Okay, I just found the solution myself:

 

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines