mickael9
Full Member
Posts: 117 Reputation: 3
33 / /
Joined: Jul 2005
|
RE: Cannot CreateChildWnd
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>
code: var WndManageFiles = null;
var WndAddFile = null;
WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles");
WndAddFile = MsgPlus.CreateChildWnd(WndManageFiles, "GUI.xml", "WndAddFile", 100, 40, true);
This post was edited on 06-26-2006 at 01:30 AM by mickael9.
|
|