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

Assistance Required with Plugin Development for Adobe Premiere

Community Beginner ,
Sep 25, 2024 Sep 25, 2024

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
150
Translate
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
Translate
1 Comment
Adobe Employee ,
Sep 25, 2024 Sep 25, 2024
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
Translate
Report