-
New Window Appearing behind After Effects
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();
Sorry, there were no replies found.