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

Window doenst show..
Author: Message:
earocool
New Member
*


Posts: 1
Joined: Feb 2007
O.P. Sad  Window doenst show..
Hello all,

I need some help with this,
this is what i have done:

code:

function OnEvent_MenuClicked(IdClicked)
{
    if (IdClicked == "MnuAbout")
    {
        var Wnd = MsgPlus.CreateWnd("Window.xml", "WndTest");
    }
    else if (IdClicked =="MnuFeat1")
    {
        var Message = "Hello";
        MsgPlus.DisplayToast("", Message);
    }
    else if (IdClicked =="MnuFeat2")
    {
        var Message = "Hello";
        MsgPlus.DisplayToast("", Message);
    }
}



When i click at the about button in the menu,
i cant see or get the window.xml.
the window.xml is a standard xml file that's in developers documentation..

i hope you guys can help me..

Grtz Earcool...
02-01-2007 07:07 PM
Profile E-Mail PM Find Quote Report
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
RE: Window doenst show..
Make sure the XML file is encoded in UTF-8
[Image: spacesigkj4.png]
02-01-2007 07:34 PM
Profile PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Window doenst show..
quote:
Originally posted by FineWolf
Make sure the XML file is encoded in UTF-8

unicode/unicode-16
[quote]
Ultimatess6
: What a noob mod
02-01-2007 09:46 PM
Profile PM Web 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