What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » MsgPlus.CreateChildWnd doesn't seem to work..

MsgPlus.CreateChildWnd doesn't seem to work..
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. Huh?  MsgPlus.CreateChildWnd doesn't seem to work..
i have tried to use this in my script, but the window won't show up (nothing in debug).

maybe if there is an API function?


edit: also another  question: how do i use the <Groups> thing inside LstView controls? :P

This post was edited on 10-09-2007 at 09:28 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
10-09-2007 09:22 PM
Profile PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: MsgPlus.CreateChildWnd doesn't seem to work..
what is your code?
10-09-2007 09:28 PM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: MsgPlus.CreateChildWnd doesn't seem to work..
code:
var Wnd = MsgPlus.CreateWnd("windows.xml","mainWnd");
code:
MsgPlus.CreateChildWnd(Wnd, "windows.xml", "dlgMode", 50, 50);


nothing pops up.. (createchildwnd is in a CtrlClicked function)

This post was edited on 10-09-2007 at 09:33 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
10-09-2007 09:32 PM
Profile PM Web Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: MsgPlus.CreateChildWnd doesn't seem to work..
By the looks of your JScript there is nothing wrong.  I would probably take a closer look at your XML, it is highly likely there is an error in the child window and plus! won't even try to open it.
[Image: markee.png]
10-10-2007 12:22 AM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: MsgPlus.CreateChildWnd doesn't seem to work..
it's just a normal window:

code:
<Window Id="dlgMode" blahblahblah

no <ChildTmpl/> or w.e

i can open it fine using createwnd

This post was edited on 10-10-2007 at 12:28 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
10-10-2007 12:27 AM
Profile PM Web Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: MsgPlus.CreateChildWnd doesn't seem to work..
That's your problem, it must use the child template to e able to be used as a child window.
[Image: markee.png]
10-10-2007 12:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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