Shoutbox

[resolved]Background Emoticon ??? - 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: [resolved]Background Emoticon ??? (/showthread.php?tid=88657)

[resolved]Background Emoticon ??? by dada24300 on 01-23-2009 at 11:43 PM

hello to everyone.
my skin is progressing well but I worry I got to change all the background of all windows, but not the small window of emoticons and wink as I show you below.

[Image: sceneemoticondz0.jpg]


thank you in advance.



RE: Background Emoticon ??? by Guena on 01-24-2009 at 07:58 PM

Solution found

[Image: emobackground.png]


in def file 940 replace

code:
<element class="MenuRoot" id=atom(featuredmixemoticonsdropdown) sheet=0 layout=FillLayout() >


by

code:
<element class="MenuRoot" id=atom(featuredmixemoticonsdropdown) sheet=0 layout=FillLayout() Background=rcbkd(XXXXX)>



of course XXXXX is your picture id

be carefull it must be Background=rcbkd(XXXXX) and not background=rcclr("msgr",XXXXX)

The previous solution apply only to emoticon but you can do the same for winks and backgrounds

If you want to apply the same background for emoticon winks and backgrounds
you don't have to modify the def file but only the style file 940

replace
code:
element[class="MenuRoot"]
{
Background:rcclr("msgr",680);
BorderColor:rcclr("msgr",675);
BorderThickness:Rect(1,1,1,1);
}


by
code:
element[class="MenuRoot"]
{
Background:rcbkd(XXXXX);
BorderColor:rcclr("msgr",675);
BorderThickness:Rect(1,1,1,1);
}



once again you must replace Background:rcclr("msgr",680) by Background:rcbkd(XXXXX);

EDIT:

to remove the white background behind "émticônes proposées"  remove "background=rcclr("msgr",680)" line 169 in 940 def file

[Image: emobackground2.png]
RE: Background Emoticon ??? by dada24300 on 01-25-2009 at 10:32 AM

   
thank you very much for your help. ;)


RE: [resolved]Background Emoticon ??? by †Peshe† on 01-27-2009 at 10:33 PM

I want to remove the white background but I didnt find the "background=rcclr("msgr",680)" in line 169 in 940 def file.

I've found something like that in the 940 style: "    Background:rcbkd(20160);"

If I romve it, it crashes the emoticon's window Oo

Can you help me???


RE: [resolved]Background Emoticon ??? by robert_dll on 01-27-2009 at 10:48 PM

You are using WLM 8.5 and they are talking about WLM14


RE: [resolved]Background Emoticon ??? by †Peshe† on 01-28-2009 at 04:32 PM

Hmm...
I how can I romove this white background behind "émticônes proposées" in WLM 8.5??