Shoutbox

Window doenst show.. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Window doenst show.. (/showthread.php?tid=71291)

Window doenst show.. by earocool on 02-01-2007 at 07:07 PM

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...

RE: Window doenst show.. by FineWolf on 02-01-2007 at 07:34 PM

Make sure the XML file is encoded in UTF-8


RE: Window doenst show.. by roflmao456 on 02-01-2007 at 09:46 PM

quote:
Originally posted by FineWolf
Make sure the XML file is encoded in UTF-8

unicode/unicode-16