Skip to main content
athilka001
Known Participant
October 4, 2017
Question

is it possible to update ui while some work is done in the background?

  • October 4, 2017
  • 2 replies
  • 377 views

I am developing a plugin for adobe premiere pro in javascript, so I want to update the UI after a certain work is done in the background, is it possible

This topic has been closed for replies.

2 replies

sberic
Legend
January 9, 2018

athilka001  wrote

I want to update the UI after a certain work is done in the background

When you say "certain work is done in the background", is this work done in JavaScript (e.g. using Web Workers) or on the Premiere Pro side?

Legend
October 4, 2017

This might be better asked in the SDK forum, where the programmers hang out.

Bruce Bullis
Legend
January 6, 2018

Your panel can update your panel, once worker threads are done. There's no guarantee PPro will be listening to your panel, when worker threads are done, so there are no guarantees about PPro's "Once the panel is done processing" responses.