Shoutbox

How to change Just BG contact Color list. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: How to change Just BG contact Color list. (/showthread.php?tid=83411)

How to change Just BG contact Color list. by RTK0007 on 04-26-2008 at 07:40 PM

Sorry about this but how i can change just the BG contact color list not replacing with an image.

I search put this "background=rcbkd(59000) on 4004_1001" but i just wanna change the color not put an image.

If anyone knows tell me i've just started. thxz


RE: How to change Just BG contact Color list. by diablotin on 04-26-2008 at 08:01 PM

I do not see what you speaks sorry


RE: How to change Just BG contact Color list. by Nagamasa on 04-26-2008 at 08:06 PM

Tbh, RTK0007 makes more sense than you do (no offense).

If you want to make it like a soild, one-colour background, then you would insert: Foreground:rgb(RRR,GGG,BBB).

Otherwise, I think you would need to edit it on an image-editing program, or have it default colorized.


RE: How to change Just BG contact Color list. by RTK0007 on 04-26-2008 at 08:24 PM

[Image: 2usec11.png]

i want to change this white color, i got a skin with a gradiant gris skin so i want to change this part.

i dont want to put an image just change the color.

I dont know how i can do it.



RE: How to change Just BG contact Color list. by vikke on 04-26-2008 at 08:47 PM

Read my tutorial here:
http://www.msgpluslive.net/skins/resources/tut-Ch...t-list-background/

Instead of using:

code:
rcbkd(59000)
use:
code:
rgb(<r>,<g>,<b>;
Where <r,g,b> is red green blue values for the color.

RE: RE: How to change Just BG contact Color list. by RTK0007 on 04-26-2008 at 09:50 PM

quote:
Originally posted by vikke
Read my tutorial here:
http://www.msgpluslive.net/skins/resources/tut-Ch...t-list-background/

Instead of using:
code:
rcbkd(59000)
use:
code:
rgb(<r>,<g>,<b>;
Where <r,g,b> is red green blue values for the color.


i did that but dosent work i dont know why
RE: How to change Just BG contact Color list. by Nagamasa on 04-26-2008 at 10:00 PM

vikke made a typo. It should be

code:
rgb(<r>,<g>,<b>);
instead of
quote:
Originally posted by vikke
code:
rgb(<r>,<g>,<b>;


And make sure you have cited the files in SkinInfo.xml.
RE: How to change Just BG contact Color list. by RTK0007 on 04-26-2008 at 10:43 PM

thanks i made it.