Im not using your coding because the personal message dont show in the drop down box unless you have a pm existing which isnt how i want it to work
and when i want to change the letters or symbols i dont know how to change them
This is the JS code ive tryed:
code:
function OnWndMenuEvent_CtrlClicked(Wnd, ControlId)
{
if(ControlId == "BtnLetters")
{
Wnd = MsgPlus.CreateWnd("Letters.xml", "WndLetters");
}
}
This is he XML code ive tryed:
code:
<Control xsi:type="ButtonControl" Id="BtnLetters">
<Position Top="10" Width="80" Left="10"/>
<Caption>&Letters</Caption>
</Control>