Application.AddWindow -- add detached window object to application object (V1.2)
Synopsis
mui.DoMethod(id, "AddWindow", window)
Function
This method can be used to add a detached window object to the application object.
Once the window object has been attached to the application object, you can open
the window by setting its Window.Open attribute.
Detached window objects can be created either by calling the mui.CreateObject()
function or by explicitly detaching them from their parent by using the
Application.RemoveWindow method.