What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » What's wrong with my code?

What's wrong with my code?
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: What's wrong with my code?
Javascript code:
function OnEvent_Initialze(bMessengerStart) {
    if (Messenger.MyStatus < 2) return false;
    Messenger.MyPersonalMessage = 'Chats open: '+Messenger.CurrentChats.Count);
}
 
function OnEvent_ChatWndCreated(pChatWnd) {
    Messenger.MyPersonalMessage = 'Chats open: '+Messenger.CurrentChats.Count);
}
 
function OnEvent_ChatWndDestroyed(pChatWnd) {
    Messenger.MyPersonalMessage = 'Chats open: '+Messenger.CurrentChats.Count-1);
}


That would do it...

This post was edited on 03-18-2009 at 05:44 AM by matty.
03-18-2009 05:42 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
What's wrong with my code? - by xVengeance on 03-18-2009 at 03:21 AM
RE: What's wrong with my code? - by John Anderton on 03-18-2009 at 04:27 AM
RE: What's wrong with my code? - by xVengeance on 03-18-2009 at 05:40 AM
RE: What's wrong with my code? - by matty on 03-18-2009 at 05:42 AM
RE: What's wrong with my code? - by MeEtc on 03-18-2009 at 06:47 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