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
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Help!!! I want to make windows
Is your XML file unicode?
07-26-2006 04:04 PM
Profile PM Find Quote Report
guardian-of-souls
Junior Member
**

Avatar
creative mindplay

Posts: 15
37 / Male / –
Joined: Jul 2006
O.P. RE: Help!!! I want to make windows
no that it was not but i see two unicode options witch do i need

a) ansi
b) unicode
c) unicode big endian
d) utf-8

This post was edited on 07-26-2006 at 05:20 PM by guardian-of-souls.
It is the soul you see inside

/i'm an total noob
07-26-2006 04:08 PM
Profile PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: Help!!! I want to make windows
Just plain Unicode should do it for you.
07-26-2006 06:38 PM
Profile E-Mail PM Web Find Quote Report
guardian-of-souls
Junior Member
**

Avatar
creative mindplay

Posts: 15
37 / Male / –
Joined: Jul 2006
O.P. RE: Help!!! I want to make windows
oke thanx
It is the soul you see inside

/i'm an total noob
07-26-2006 06:55 PM
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