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.. )