What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] whos online toast

[release] whos online toast
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] whos online toast
Why not use floating contacts?

code:
function OnEvent_SigninReady(sEmail){
    for(var enum = new Enumerator(Messenger.MyContacts) ; !enum.atEnd(); enum.moveNext()){
        var sContact = enum.item();
        if (sContact.Status == 3){ //Will display only contacts online
            MsgPlus.DisplayToast('', sContact.Email, '', ToastCallback, sContact.Email);
        }
    }
}

function ToastCallback(sCallBack){
    Messenger.OpenChat(sCallBack);
}

No idea why you want to do this :(

This post was edited on 08-06-2006 at 02:37 PM by matty.
08-06-2006 02:17 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[release] whos online toast - by Jiggs on 08-06-2006 at 01:39 PM
RE: [request] whos online toast - by benjyrama on 08-06-2006 at 01:56 PM
RE: [request] whos online toast - by Lukeyy19 on 08-06-2006 at 02:16 PM
RE: [request] whos online toast - by matty on 08-06-2006 at 02:17 PM
RE: [request] whos online toast - by Jimbo on 08-06-2006 at 03:19 PM
RE: [request] whos online toast - by Spunky on 08-06-2006 at 03:24 PM
RE: [request] whos online toast - by Jiggs on 08-06-2006 at 05:35 PM
RE: [request] whos online toast - by Spunky on 08-07-2006 at 03:57 PM
RE: [request] whos online toast - by Jiggs on 08-07-2006 at 05:40 PM
RE: [request] whos online toast - by Intosia on 08-07-2006 at 05:44 PM
RE: [request] whos online toast - by Spunky on 08-07-2006 at 05:46 PM
RE: [request] whos online toast - by Jiggs on 08-07-2006 at 05:48 PM
RE: [request] whos online toast - by Intosia on 08-07-2006 at 05:49 PM
RE: [request] whos online toast - by Jiggs on 08-07-2006 at 05:51 PM
RE: [request] whos online toast - by Spunky on 08-07-2006 at 05:52 PM
RE: RE: [request] whos online toast - by Jiggs on 08-07-2006 at 05:57 PM
RE: [request] whos online toast - by Jiggs on 08-07-2006 at 05:55 PM
RE: [request] whos online toast - by Spunky on 08-07-2006 at 05:56 PM
RE: [request] whos online toast - by Jiggs on 08-08-2006 at 01:55 AM
RE: [release] whos online toast - by Spunky on 08-08-2006 at 05:15 PM
RE: [release] whos online toast - by Jiggs on 08-08-2006 at 10:20 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