Copy link to clipboard
Copied
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
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);
Copy link to clipboard
Copied
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);
Copy link to clipboard
Copied
Ha ha. I like the test script.
It works great. Thank you,
Kelly
Find more inspiration, events, and resources on the new Adobe Community
Explore Now