What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Remove Notifications when changing PSM

Pages: (2): « First « 1 [ 2 ] Last »
Remove Notifications when changing PSM
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Remove Notifications when changing PSM
The ChatWnd::ResetInfoMessage could potentially work. I did think of this however there is a limitation. The limitation is that everyone you chat with needs to have your script to prevent the text from being displayed.

Also you would need to do something like this:

Javascript code:
function OnEvent_ContactPsmChange ( sEmail , sPsm ) {
    for ( var oChatWnd = new Enumerator ( Messenger.CurrentChats ); !oChatWnd.atEnd(); oChatWnd.moveNext() ) {
        if ( oChatWnd.item().Contacts.GetContact ( sEmail ) !== null ) {
            oChatWnd.item().ResetInfoMessage();
        }
    }
}

That would reset the info message for every chat window that the contact is in (in case of group chats).

This post was edited on 10-08-2009 at 08:17 PM by matty.
10-08-2009 08:13 PM
Profile E-Mail PM Find Quote Report
Spongshga
Junior Member
**

Avatar
reporter

Posts: 44
33 / – / Flag
Joined: Aug 2008
RE: Remove Notifications when changing PSM
@Johnny09 i have a great new idea to ad another stuff to your Script:
check it out... http://shoutbox.menthix.net/showthread.php?tid=93...d=980682#pid980682
[Image: 6hxggzng.gif]
[Image: 4lr87q.jpg]
11-28-2009 01:16 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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