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

scriptUI

Explorer ,
Oct 22, 2015 Oct 22, 2015

Does PremierePro support ScriptUI?

Such as using the AlertBoxBuilder1.jsx.

Trying to find a way for a user of a panel to enter a value after the ExtendScript runs.

thanks,

Kelly

TOPICS
SDK
939
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

Adobe Employee , Oct 23, 2015 Oct 23, 2015

ScriptUI dialog components aren't supported, but if you need a value in ExtendScript, this works:

var coolestNerds = prompt ('What application has the coolest API Engineering support?', 'Premiere Pro, of course.', 'Big Decision');


alert(coolestNerds);

Translate
Adobe Employee ,
Oct 23, 2015 Oct 23, 2015

ScriptUI dialog components aren't supported, but if you need a value in ExtendScript, this works:

var coolestNerds = prompt ('What application has the coolest API Engineering support?', 'Premiere Pro, of course.', 'Big Decision');


alert(coolestNerds);

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
Explorer ,
Oct 23, 2015 Oct 23, 2015
LATEST

Ha ha.  I like the test script.

It works great.  Thank you,

Kelly

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