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

Assistance Required with Plugin Development for Adobe Premiere

Community Beginner ,
Sep 25, 2024 Sep 25, 2024

Copy link to clipboard

Copied

Hello,

I am developing a third-party plugin for Adobe Premiere, which includes buttons meant to perform simple actions. The buttons are displayed correctly in the interface, but they are not responding when clicked.

I would greatly appreciate it if someone could help me troubleshoot this issue or check the plugin's compatibility with Adobe Premiere. I have uploaded the plugin files to a shared Google Drive folder, which can be accessed here:
Google Drive Folder

Thank you for your time and support. I look forward to your response.

https://drive.google.com/drive/folders/1BIiv9xu7XHi9DcU7s48VurruUTMnPEoo?usp=sharing

 

Bug Needs More Info
TOPICS
Computer configuration , User experience or interface

Views

61

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 Pinned Reply

Adobe Employee , Sep 25, 2024 Sep 25, 2024

I don't think you're exposing your ExtendScript functions, in a way that your panel's JavaScript can access them. 

See the PProPanel example, which declares all its ExtendScript functions, as part of a '_PPP_' function object:


csInterface.evalScript("$._PPP_.keepPanelLoaded()");


Status Needs More Info

Votes

Translate

Translate
1 Comment
Adobe Employee ,
Sep 25, 2024 Sep 25, 2024

Copy link to clipboard

Copied

LATEST

I don't think you're exposing your ExtendScript functions, in a way that your panel's JavaScript can access them. 

See the PProPanel example, which declares all its ExtendScript functions, as part of a '_PPP_' function object:


csInterface.evalScript("$._PPP_.keepPanelLoaded()");


Status Needs More Info

Votes

Translate

Translate

Report

Report