What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Display picture problem

Display picture problem
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. Display picture problem
My picture is a 60 by 60 one, for 48x48 sized dp. The picture has a black border of 6 pixels on each of the 4 sides.

How can I prevent this from happening?:
[Image: DisplayPictureProblem.png]
The size of the Border Picture is 48+12 x 48 + 12 = 60x60

The comments in this picture tell you what I would like to have. I hope someone knows the solution to this.

I am using Open Live, editted in such way there are no Options left to choose (size of the dp's in the contact list is set to Medium).

If you need a .txt file of any style or definition, then I will update it in this post.

This post was edited on 11-02-2008 at 09:59 AM by DennisMartijn.
11-01-2008 04:17 PM
Profile E-Mail PM Find Quote Report
ryxdp
Senior Member
****


Posts: 804
Reputation: 16
29 / Male / Flag
Joined: Jun 2006
RE: Display picture problem
Could we see a screenshot perhaps?
11-01-2008 10:07 PM
Profile PM Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Display picture problem
SOLVED:

To set a custom border, or to be more specific, a custom padding:
Open up the corresponding style file of the item you want to edit, and set the padding to the size of the border in the picture. or vary it, depending on your likings, if you have transparency for example.

code:
element[id=atom(idUserTileContainer)]
{
padding:rect(6,6,6,6);
}
element[id=atom(idUserTileContainer)][class="Medium"]
{
padding:rect(6,6,6,6);
}
element[id=atom(idUserTileContainer)][class="Small"]
{
padding:rect(4,4,4,4);
}

In this piece of code, I set the paddings for the large and medium sized display pictures to 6, and the paddings of the small display picture to 4. The paddings match the size of the borders coded in the corresponding images.

This post was edited on 11-05-2008 at 01:54 PM by DennisMartijn.
11-05-2008 01:54 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Display picture problem
You must do that in all style files that contain display pictures though. I suggest you try finding a way to just make the image fit. It is all about the right dimensions.
[Image: logo1nu1.png]
11-05-2008 02:05 PM
Profile PM Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: RE: Display picture problem
quote:
Originally posted by Basilis
You must do that in all style files that contain display pictures though. I suggest you try finding a way to just make the image fit. It is all about the right dimensions.

yeah, I know. I thought I posted that along with the solved post? oh well, thanks for mentioning anyway ;)
11-05-2008 08:47 PM
Profile E-Mail PM 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