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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Window doenst show.. - by earocool on 02-01-2007 at 07:07 PM
RE: Window doenst show.. - by FineWolf on 02-01-2007 at 07:34 PM
RE: Window doenst show.. - by roflmao456 on 02-01-2007 at 09:46 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