code:var WndManageFiles = null; var WndAddFile = null; WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles"); WndAddFile = MsgPlus.CreateChildWnd(WndManageFiles, "GUI.xml", "WndTest", 100, 40, true);
code: <Window Id="WndTest" Version="1"> <Attributes> <Caption>Example</Caption> </Attributes> <TitleBar> <Title> <Text>Example</Text> </Title> </TitleBar> <Position Width="180" Height="75"/> <DialogTmpl/> </Window>