quote:
Originally posted by pollolibredegrasa
You've named your window "TestWnd" but are trying to show "WndTest"
xml code:
<Window Id="TestWnd" Version="1">
js code:
MsgPlus.CreateWnd("Windows.xml", "WndTest");
Changed it, that wasn't the only problem. There's something else :/