What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Solved] CreateWnd

[Solved] CreateWnd
Author: Message:
waynewilson2
Junior Member
**

Avatar

Posts: 55
Joined: Oct 2007
O.P. Roll Eyes  [Solved] CreateWnd
hi people, my name is wayne, i'm from canada, i only know english, and i need your help...

im having problems with messenger plus live's createwnd feature, i just tried the tutorial or w.e you want to call it, and i did exactly as the tutorial said, but the window did not open, at the end i will add the stuff i put...

what i was hoping you guys could help me with is to figure out why it wont work, the code for the files is as follows...

This Is The XML file, it's named 'InterfaceTest.xml'
code:
<Interfaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">    <Window Id="WndTest" Version="1">        <Attributes>            <Caption>Test Window</Caption>
        </Attributes>
        <TitleBar>
            <Title><Text>Hello!</Text></Title>
        </TitleBar>
        <Position Width="180" Height="75"/>
        <DialogTmpl/>
        <Controls>
            <Control xsi:type="StaticControl" Id="LblTop">
                <Position Left="10" Top="10" Width="150"/>
                <Caption>Hello world!</Caption>
            </Control>
            <Control xsi:type="ButtonControl" Id="BtnClose">
                <Position Left="112" Top="25" Width="50"/>                <Caption>Close</Caption>
            </Control>
        </Controls>
    </Window>
</Interfaces>


This Is How I'm Calling It From My Script
code:
function OnEvent_Initialize(MessengerStart)
{
var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest");
}


some help ASAP would be nice, im not 100% sure what i'm doing, but im trying to learn new stuf...

Thanks in advanced

This post was edited on 10-22-2007 at 08:35 PM by waynewilson2.
[Image: waynewilson2@hotmail.com-12.png]
10-22-2007 04:31 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] CreateWnd - by waynewilson2 on 10-22-2007 at 04:31 AM
RE: [problem] CreateWnd - by roflmao456 on 10-22-2007 at 04:48 AM
RE: [problem] CreateWnd - by waynewilson2 on 10-22-2007 at 04:52 AM
RE: [problem] CreateWnd - by roflmao456 on 10-22-2007 at 04:55 AM
RE: [Solved] CreateWnd - by vikke on 10-22-2007 at 01:12 PM
RE: [Solved] CreateWnd - by waynewilson2 on 10-22-2007 at 08:34 PM


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