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

Status Window while ExtendScript is running?

New Here ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

Hi there,

is there any chance of letting the user know what my scripts are doing at the moment?

I'm writing a custom importer and in some cases it my take some seconds until you see the result. A "please wait"-Window or something would help... but I can't figure out how to open and close a new panel.

Thanks,

Mathias

TOPICS
SDK

Views

1.1K

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 Correct answer

Adobe Employee , Apr 26, 2017 Apr 26, 2017

If you have ExtendScript Toolkit installed, you should have a file named 'SnpCreateProgressBar.jsx'...give that a try.

Votes

Translate

Translate
Adobe Employee ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

If you have ExtendScript Toolkit installed, you should have a file named 'SnpCreateProgressBar.jsx'...give that a try.

Votes

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
New Here ,
May 03, 2017 May 03, 2017

Copy link to clipboard

Copied

Thanks, Bruce! I was not aware of these samples.

It works perfectly in AfterEffects, but trying to run this in Premiere results in an "Window does not have a constructor" error.

Any chance to do the same in PR?

Votes

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
Adobe Employee ,
May 03, 2017 May 03, 2017

Copy link to clipboard

Copied

Sorry, I ran SnpCreateProgressBar.jsx in ESTK.

I'll have a look, time permitting...

Votes

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
New Here ,
May 10, 2017 May 10, 2017

Copy link to clipboard

Copied

Bruce, I'm having the same difficulty figuring out how to create popup windows other than the simple Alert, Prompt, Confirm windows. It seems that Premiere Pro doesn't have a Windows Constructor the same way that After Effects does, is there another way to create custom popup windows in Premiere Pro?

Thanks!

Votes

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
Adobe Employee ,
May 11, 2017 May 11, 2017

Copy link to clipboard

Copied

LATEST

I haven't tried it, but will look into it.

Using JavaScript (instead of ExtendScript), CEP panels can open other modal panels; see CEP HTML Test Extension.

Samples/CEP_HTML_Test_Extension at master · Adobe-CEP/Samples · GitHub

Votes

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