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