Secondary UI Window?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
User avatar
lloydalvarez
Enhancement master
Posts: 460
Joined: June 17th, 2004, 9:27 am
Location: New York City, NY
Contact:

Is there a way to launch a second "child" UI window based on input the primary window?
awayo
Posts: 6
Joined: September 11th, 2005, 5:15 am
Contact:

You can build another window and show it

Code: Select all

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