Colorize background WLM 8.1 - 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: Colorize background WLM 8.1 (/showthread.php?tid=82367)
Colorize background WLM 8.1 by TheSourcE on 03-15-2008 at 12:09 PM
I finally have get a image in the contact screen, but now there is a problem: When starting Messenger the color don't show. Only the lines been colorized.
How can i colorize the whole image????
And i want to now how i can get i get the whole background in the toast pop-up. Now you see only a piece of the image.
I hope someone can help me...
RE: Colorize background WLM 8.1 by Nagamasa on 03-15-2008 at 01:16 PM
Mind if you post a more descriptive attachment? I don't quite understand what is happening...
RE: Colorize background WLM 8.1 by TheSourcE on 03-15-2008 at 01:36 PM
I dont work to upload a bigger image
You see blue lines outside the window... I want to colorize whole the image
RE: Colorize background WLM 8.1 by vikke on 03-15-2008 at 01:58 PM
Apply a <MetaData>-tag (must contain <Colorize>true</Colorize) to your image in SkinInfo.xml.
RE: Colorize background WLM 8.1 by TheSourcE on 03-15-2008 at 02:00 PM
I already have that but it dont work
<ResGroup>
<Resources>
<New>
<Pictures>
<Picture Id="59000">
<File>59000.png</File>
<Metadata>
<UMLeft>0</UMLeft>
<UMTop>0</UMTop>
<UMRight>0</UMRight>
<UMBottom>0</UMBottom>
<Colorize>false</Colorize>
</Metadata>
</Picture>
<Picture Id="50001">
<File>Background.jpg</File>
<Metadata>
<UMLeft>1</UMLeft>
<UMTop>1</UMTop>
<UMRight>1</UMRight>
<UMBottom>1</UMBottom>
<Colorize>true</Colorize>
</Metadata>
</Picture>
</Pictures>
</New>
<Replace>
<Graphics>
<Pictures>
<Picture Id="20055">
<File>Background.jpg</File>
<Metadata>
<UMLeft>1</UMLeft>
<UMTop>1</UMTop>
<UMRight>1</UMRight>
<UMBottom>1</UMBottom>
<Colorize>true</Colorize>
</Metadata>
</Picture>
<Picture Id="636">
<File>636.png</File>
</Picture>
<Picture Id="637">
<File>637.png</File>
</Picture>
<Picture Id="640">
<File>640.png</File>
</Picture>
<Picture Id="1652">
<File>1652.png</File>
</Picture>
<Picture Id="1075">
<File>1075.png</File>
</Picture>
<Picture Id="1472">
<File>1472.png</File>
</Picture>
</Replace>
</Resources>
</ResGroup>
|