Shoutbox

[Problem] ChildWnd - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Problem] ChildWnd (/showthread.php?tid=62122)

[Problem] ChildWnd by Rene on 06-30-2006 at 01:15 PM

Hi,

I'm writing an V2 of my Robot, but Child window wan't work.

My code:

code:
                  var Ndw = MsgPlus.CreateWnd( 'windows_new.xml', 'Header' );
                  MsgPlus.CreateChildWnd( Ndw, 'windows_new.xml', 'SideBar', 5, 20, true );

When i used:

code:
                  var Ndw = MsgPlus.CreateWnd( 'windows_new.xml', 'SideBar' );

He's open the SideBar correct, but i wan't the sidebar into the Creatwnd object.

The Debugger give's no errors.

quote:
> Script is gestopt.
> Script wordt gestart.
> Script is succesvol gestart.

for the english people:

quote:
> Script is ended.
> Script starting up.
> Script is ready.
( orso.. )
RE: [Problem] ChildWnd by J-Thread on 06-30-2006 at 01:18 PM

You should take a look at Matty's reply to Cannot CreateChildWnd


RE: [Problem] ChildWnd by Rene on 06-30-2006 at 01:29 PM

I see, <ChildTmpl />, i never heard about.
But Thanx for helping :)

I don't have seen that Topic on the search.