What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Delete Color in PM

Delete Color in PM
Author: Message:
--_FrAn_--
New Member
*

Avatar

Posts: 11
39 / Male / –
Joined: May 2004
O.P. Delete Color in PM
I have a script but i need view the contac nickname without the color and format.

Ex.  --_FrAn_-- i want to see like normal --_FrAn_--

Thanks and sorry my english.
03-14-2009 10:06 PM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Delete Color in PM
[Image: here.jpg]
Just unchek that option and restart Messenger.
[Image: Empty.png]
03-14-2009 10:24 PM
Profile PM Web Find Quote Report
--_FrAn_--
New Member
*

Avatar

Posts: 11
39 / Male / –
Joined: May 2004
O.P. RE: Delete Color in PM
No, it isn't that


function OnEvent_ChatWndCreated(ChatWnd){
    var contacto;
    chat=ChatWnd;
    contacto=ChatWnd.Contacts;
    if(contacto.Count == 1) {
            var e = new Enumerator(contatto);
            var Cnt = e.item();
            nombrecontacto = Cnt.Name.split();
            nomecontacto = nomecontacto[0];


The nickname  will appeer whit a phrase in de PM. Ineed remove de color format from de contact nickname

DONE!!!!  i use     MsgPlus.RemoveFormatCodes  thanks anyway
03-14-2009 10:32 PM
Profile PM Web Find Quote Report
« 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