Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: [Quesion] Plus window focus
quote:Originally posted by Scripting Docs - MsgPlus.CreateWnd
Options
[number,optional] If specified, this parameter can be one of the following numbers:
0 - Display the window normally (default).
1 - Don't automatically show the window after it's been created.
2 - Don't activate the window after its creation.
So it would be
code:var Wnd = MsgPlus.CreateWnd("Interface.xml","WndTest",2 /* or 1 */);