Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions New Window Appearing behind After Effects

  • New Window Appearing behind After Effects

    Posted by Kevin Burke on January 17, 2016 at 9:47 pm

    Hello,
    I have a dockable script UI that creates a new Window using the code below.*

    Some people using my script on Macs with multiple displays have opened support tickets that the new window is opening behind After Effects. These are my questions.

    Is there anything in my code that is causing this?
    If not, is there anything I can add that will ensure the new window will be visible when it is shown?

    Thank you very very much!

    *There is other code in the enclosing function that adds the UI and functions to buttons that I’ve omitted.

    var prefs = new Window('window',"Window Name",undefined, {resizeable: true});
    prefs.layout.layout(true);
    prefs.show();

    Kevin Burke replied 10 years, 4 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy