What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [resolved]Background Emoticon ???

[resolved]Background Emoticon ???
Author: Message:
dada24300
Skinning Contest Winner
**

Avatar

Posts: 37
50 / Male / Flag
Joined: Jan 2009
O.P. [resolved]Background Emoticon ???
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.



This post was edited on 01-26-2009 at 11:50 AM by dada24300.
    [Image: mysignaturegarfield.png]
01-23-2009 11:43 PM
Profile E-Mail PM Web Find Quote Report
Guena
Full Member
***

Avatar

Posts: 102
Reputation: 5
43 / Male / Flag
Joined: Nov 2008
RE: Background Emoticon ???
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]

This post was edited on 01-24-2009 at 11:00 PM by Guena.
01-24-2009 07:58 PM
Profile PM Find Quote Report
dada24300
Skinning Contest Winner
**

Avatar

Posts: 37
50 / Male / Flag
Joined: Jan 2009
O.P. RE: Background Emoticon ???
   
thank you very much for your help. ;)
    [Image: mysignaturegarfield.png]
01-25-2009 10:32 AM
Profile E-Mail PM Web Find Quote Report
†Peshe†
Junior Member
**

Avatar


Posts: 15
– / Male / –
Joined: Jan 2009
RE: [resolved]Background Emoticon ???
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???
† Peshe †
01-27-2009 10:33 PM
Profile E-Mail PM Web Find Quote Report
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
Joined: Aug 2008
RE: [resolved]Background Emoticon ???
You are using WLM 8.5 and they are talking about WLM14
01-27-2009 10:48 PM
Profile PM Web Find Quote Report
†Peshe†
Junior Member
**

Avatar


Posts: 15
– / Male / –
Joined: Jan 2009
RE: [resolved]Background Emoticon ???
Hmm...
I how can I romove this white background behind "émticônes proposées" in WLM 8.5??
01-28-2009 04:32 PM
Profile E-Mail 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