Shoutbox

display toast fault - 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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: display toast fault (/showthread.php?tid=61930)

display toast fault by Llama_dude on 06-28-2006 at 07:08 PM

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);
}


RE: display toast fault by RaceProUK on 06-29-2006 at 12:09 AM

Change the event to OnEvent_Signin.


RE: display toast fault by wbmm on 06-29-2006 at 02:31 AM

I think he wants the toast comes up when he starts the WLM not when it "sign in". Am I right?


RE: display toast fault by RaceProUK on 06-29-2006 at 03:11 PM

quote:
Originally posted by Llama_dude
thats meant to come up when i log into windows live
Sounds like a sign-in to me ;)
RE: display toast fault by Llama_dude on 06-29-2006 at 03:30 PM

woohoo! i did it, thanks for the help anyway, and yes, i did want it to work when i LOG IN