Question
ScriptUI
var win = new Window("window",'My Title',[0,0,400,200],{independent:true});
win.show()
When I run this script in Photoshop CS4, appears window and immediatly closes and script is finish (Photoshop don't closes).
What problem? How I can create window (don't 'dialog' or 'palette')?
Help me please.
P.S. Script:
var win = new Window("dialog",'My Title',[0,0,400,200],{independent:true});
win.show()
work normal.
win.show()
When I run this script in Photoshop CS4, appears window and immediatly closes and script is finish (Photoshop don't closes).
What problem? How I can create window (don't 'dialog' or 'palette')?
Help me please.
P.S. Script:
var win = new Window("dialog",'My Title',[0,0,400,200],{independent:true});
win.show()
work normal.
