Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

Custom dialog window in Premiere Pro

Guest
Mar 11, 2013 Mar 11, 2013

Could you please advice how to create About Dialog(custom dialog) in Adobe Premiere Pro like About Dialog in After Effects. I have searched a lot but could not find the answer. The dialog created via PF_Cmd_DO_DIALOG  is visible in After Effects but is not visible in Premiere Pro.

Thank you.

TOPICS
SDK
1.0K
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 Correct answer

Advisor , May 16, 2013 May 16, 2013

Hi gevorgka,

Premiere Pro doesn't display a message box when an effect returns a string in out_data->return_msg, which is the way the Checkout sample pops a dialog in response to PF_Cmd_DO_DIALOG.  You'll need to put together a OS-specific dialog using standard APIs outside of the AE API.

Regards,

Zac

Translate
Advisor ,
May 16, 2013 May 16, 2013
LATEST

Hi gevorgka,

Premiere Pro doesn't display a message box when an effect returns a string in out_data->return_msg, which is the way the Checkout sample pops a dialog in response to PF_Cmd_DO_DIALOG.  You'll need to put together a OS-specific dialog using standard APIs outside of the AE API.

Regards,

Zac

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