What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » erm... im not sure :S :(

erm... im not sure :S :(
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: erm... im not sure :S :(
code:
function OnEvent_SigninReady(sEmail){
    var Contacts = Messenger.MyContacts;
    var Online = 0;
    var Offline = 0
    var e = new Enumerator(Contacts);
    for(; !e.atEnd(); e.moveNext()) {
        if(e.item().Status > 2)
            Online++;
        else
            Offline++;
    }
    sName = sEmail.split("@")[0];
    MsgPlus.DisplayToast("Welcome "+sName, "You have "+Online+" Contacts online and "+Offline+" Contacts offline.");
}

01-28-2007 10:55 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
erm... im not sure :S :( - by cameron.stokes3 on 01-28-2007 at 10:05 AM
RE: erm... im not sure :S :( - by Felu on 01-28-2007 at 10:55 AM
RE: erm... im not sure :S :( - by Matti on 01-28-2007 at 11:07 AM
RE: erm... im not sure :S :( - by cameron.stokes3 on 01-28-2007 at 03:22 PM


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