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:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[resolved]Background Emoticon ??? - by dada24300 on 01-23-2009 at 11:43 PM
RE: Background Emoticon ??? - by Guena on 01-24-2009 at 07:58 PM
RE: Background Emoticon ??? - by dada24300 on 01-25-2009 at 10:32 AM
RE: [resolved]Background Emoticon ??? - by †Peshe† on 01-27-2009 at 10:33 PM
RE: [resolved]Background Emoticon ??? - by robert_dll on 01-27-2009 at 10:48 PM
RE: [resolved]Background Emoticon ??? - by †Peshe† on 01-28-2009 at 04:32 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