Page 1 of 1

Secondary UI Window?

Posted: May 22nd, 2006, 9:04 am
by lloydalvarez
Is there a way to launch a second "child" UI window based on input the primary window?

Posted: May 25th, 2006, 8:18 am
by awayo
You can build another window and show it

Code: Select all

var dlg2 = new Window(...);
//Build new window
dlg2.show();