What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I'm new but starting to learn! HELP :)

I'm new but starting to learn! HELP :)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: I'm new but starting to learn! HELP :)
JScript code:
var oStatus = {0 : 'Unknown', 1 : 'Offline', 3 : 'Online', 4 : 'Busy', 5 : 'Be right back', 6 : 'Idle', 7 : 'Away', 8 : 'In a call', 9 : 'Out to lunch'};
 
function OnEvent_SigninReady(sEmail) {
    MsgPlus.DisplayToast('email@email.com', oStatus[Messenger.MyContacts.GetContact('email@email.com').Status]);
}


This post was edited on 12-07-2008 at 10:17 PM by matty.
12-07-2008 07:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I'm new but starting to learn! HELP :) - by DirtJumper99 on 12-07-2008 at 04:57 PM
RE: I'm new but starting to learn! HELP :) - by matty on 12-07-2008 at 07:01 PM
RE: I'm new but starting to learn! HELP :) - by DirtJumper99 on 12-07-2008 at 08:04 PM
RE: I'm new but starting to learn! HELP :) - by Matti on 12-07-2008 at 08:16 PM
RE: I'm new but starting to learn! HELP :) - by DirtJumper99 on 12-07-2008 at 09:24 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