O.P. display toast fault
I have made a toast thats meant to come up when i log into windows live. But it only shows when ive just saved it. can anyone help me , and hsow where im goign wrong? thanks.
function OnEvent_Initialize(MessengerStart)
{
var Message = "Hello Jack! Im a stupid Mindless Computer! " + Messenger;
Message = MsgPlus.RemoveFormatCodes(Message);
MsgPlus.DisplayToast("", Message);
}
|