What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help!!! I want to make windows

Help!!! I want to make windows
Author: Message:
guardian-of-souls
Junior Member
**

Avatar
creative mindplay

Posts: 15
37 / Male / –
Joined: Jul 2006
O.P. Help!!! I want to make windows
Please help me I want to make an window i follow every step of patchou's scripting help file but it does not work and i don't kow what i do wrong.

here is the code of my xml file.
code:
<Interface xmlns:xsi="http://www.w3.org/201/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>
</Interface>

an here is my Window Test.js
code:
function OnEvent_Initialize(MessengerStart)
{
    var Wnd = MsgPlus.CreateWnd("InterfaseTest.xml", "WndTest";
}

function OnEvent_Uninitialize(MessengerExit)
{
}

The two files are in the same folder.

Please help i don't realy know what i do wrong
It is the soul you see inside

/i'm an total noob
07-26-2006 04:01 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help!!! I want to make windows - by guardian-of-souls on 07-26-2006 at 04:01 PM
RE: Help!!! I want to make windows - by deAd on 07-26-2006 at 04:04 PM
RE: Help!!! I want to make windows - by guardian-of-souls on 07-26-2006 at 04:08 PM
RE: Help!!! I want to make windows - by Silentdragon on 07-26-2006 at 06:38 PM
RE: Help!!! I want to make windows - by guardian-of-souls on 07-26-2006 at 06:55 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