What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » DPs in signed in/out toasts?

DPs in signed in/out toasts?
Author: Message:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: RE: DPs in signed in/out toasts?
quote:
Originally posted by SpunkyLoveMuff
code:
function OnEvent_ContactSignout(Email){
    var Contacts = Messenger.MyContacts;
    var e = new Enumerator(Contacts);
    for(; !e.atEnd(); e.moveNext()) {
    var Contact = e.item();
         if(Contact.Email===Email){
            MsgPlus.DisplayToastContact("Contact Signed Out", MsgPlus.RemoveFormatCodes(Contact.Name), "signed out");
        }
     }
}

That should do it :p

Why not use the GetContact function? :P
code:
function OnEvent_ContactSignout(Email){
    var Contact = Messenger.MyContacts.GetContact(Email);
    MsgPlus.DisplayToastContact("Contact Signed Out", MsgPlus.RemoveFormatCodes(Contact.Name), "signed out");
}

However, this doesn't display the DP in the toast either.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-23-2008 06:23 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
DPs in signed in/out toasts? - by Shiny Rabbit on 02-23-2008 at 05:22 PM
RE: DPs in signed in/out toasts? - by Spunky on 02-23-2008 at 05:35 PM
RE: DPs in signed in/out toasts? - by Shiny Rabbit on 02-23-2008 at 05:39 PM
RE: DPs in signed in/out toasts? - by Basilis on 02-23-2008 at 05:44 PM
RE: DPs in signed in/out toasts? - by Spunky on 02-23-2008 at 06:06 PM
RE: RE: DPs in signed in/out toasts? - by pollolibredegrasa on 02-23-2008 at 06:23 PM
RE: DPs in signed in/out toasts? - by Mnjul on 02-23-2008 at 06:20 PM
RE: DPs in signed in/out toasts? - by Shiny Rabbit on 02-23-2008 at 07:38 PM
RE: DPs in signed in/out toasts? - by Mnjul on 02-23-2008 at 08:01 PM
RE: DPs in signed in/out toasts? - by Shiny Rabbit on 02-23-2008 at 09:34 PM
RE: DPs in signed in/out toasts? - by Spunky on 02-23-2008 at 10:09 PM
RE: DPs in signed in/out toasts? - by markee on 03-02-2008 at 03:19 AM


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