What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [How-to]Change the Contact Search bar background - WLM 8.5

[How-to]Change the Contact Search bar background - WLM 8.5
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
O.P. [How-to]Change the Contact Search bar background - WLM 8.5
One of the things you may want to do in your skin is make that contact search bar have another color, or even being transparent. It isn't hard to do, but it may be hard to find how to do it all by yourself, so, I'll tell a simple way for you to do it.
First of all, of course, you have to have the extracted resources from WLM 8.5 and your SkinInfo.xml, then search for the file "msgres_4005_1001.txt" in your extracted resources styles folder, open it, search for ai550, you will find this:

Element[ID=Atom(ai550)]
{
BorderColor:rcclr(20023);
}

Add a background color, or image, for example "Background:argb(100,145,206,242);" it should be like this:

Element[ID=Atom(ai550)]
{
Background:argb(100,145,206,242);
BorderColor:rcclr(20023);
}

Then, change the BorderColor to a color of your choice, for example:

Element[ID=Atom(ai550)]
{
Background:argb(100,145,206,242);
BorderColor:argb(100,145,206,242);
}

For better results, in the same file, search for ai558, you will find this:

Element[ID=Atom(ai558)]
{
Background:rcbkd(6);
}
Element[ID=Atom(ai559)]
{
Background:rcbkd(45717);
}

Change both rcbkd to a color of your choice, or to the same color as the contact search bar background, for example:

Element[ID=Atom(ai558)]
{
Background:argb(100,145,206,242);
}
Element[ID=Atom(ai559)]
{
Background:argb(100,145,206,242);
}

Then save the file in your Skin's folder.

Next, also open 44103 style file.Search for:

Element[id=atom(wordWheelTextBackground)]
{
MinSize: size(0,37);
Background:rcclr(20232);
AccName:rcstr(46364);
AccDesc:rcstr(46363);
Tooltip:true;
}
Element[id=atom(wordWheelTextContainer1)]
{
MinSize: size(0,37);
Background:rcclr(20232);
}

And edit it adding the colours of your choice, for example:

Element[id=atom(wordWheelTextBackground)]
{
MinSize: size(0,37);
Background:argb(100,145,206,242);
AccName:rcstr(46364);
AccDesc:rcstr(46363);
Tooltip:true;
}
Element[id=atom(wordWheelTextContainer1)]
{
MinSize: size(0,37);
Background:argb(100,145,206,242);
}


Now, we've gotta replace the old style 1001 and 44103 style with the new ones.
For example:

<Windows>
<Styles>
<Style Id="1001"><File>1001 Style.txt</File></Style>
<Style Id="44103"><File>44103 Style.txt</File></Style>
</Styles>
</Windows>

Save your SkinInfo.xml, restart your Windows Live Messenger 8.5, and your contac search bar should look like this:
[Image: imagemgh0.th.jpg]

Any problems, just reply. Enjoy!!

This post was edited on 02-20-2008 at 11:59 PM by blessedguy.
[Image: Empty.png]
01-13-2008 09:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 01-13-2008 at 09:13 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 09:23 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 09:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 09:52 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 10:12 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 10:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 10:38 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 10:48 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-20-2008 at 09:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-20-2008 at 10:46 PM
RE: RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Willz on 02-20-2008 at 11:28 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-20-2008 at 11:47 PM
RE: RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Willz on 02-20-2008 at 11:53 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-20-2008 at 11:55 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-21-2008 at 01:30 AM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Basilis on 02-21-2008 at 04:17 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-21-2008 at 05:17 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Basilis on 02-22-2008 at 01:16 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