What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Cannot CreateChildWnd

Cannot CreateChildWnd
Author: Message:
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
O.P. Cannot CreateChildWnd
I would like to know why this works:

code:
var WndManageFiles = null;
var WndAddFile = null;

WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles");
WndAddFile = MsgPlus.CreateWnd("GUI.xml", "WndAddFile");


whereas, this does not:

code:
var WndManageFiles = null;
var WndAddFile = null;

WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles");
WndAddFile = MsgPlus.CreateChildWnd("WndManageFiles", "GUI.xml", "WndAddFile", 100, 40, true);


Debugging console:

Error : Type mismatch.
Line : 22. Code : -2146828275.

Is there something that must be done differently in the .xml file?

Thank you in advance!

This post was edited on 06-26-2006 at 12:30 AM by mathieumg.
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-25-2006 11:36 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Cannot CreateChildWnd - by mathieumg on 06-25-2006 at 11:36 PM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 12:54 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:05 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:17 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:25 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:25 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:29 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:30 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:32 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:34 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:37 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:42 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:44 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:50 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 02:22 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 02:39 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On