What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] Reshaping The Window

[HELP] Reshaping The Window
Author: Message:
Dom
New Member
*

Avatar
Don't Stare, Just Watch!

Posts: 3
32 / Male / Flag
Joined: Dec 2007
O.P. Happy  [HELP] Reshaping The Window
Hi, I am really new to xml coding but it looks rather simple a litle bit like html!!

I have done some in the past but not much but I would like to no if anyone knows somewhere i can find a much more helpful guide on reshaping my msn because I don't find that documention understandable as it seems to waffle on a little bit. No disrespect to Pachou but thats just me.

Anyways if anyone is willing to help me then please reply (Y)

Thanks,

Dom.

This post was edited on 12-18-2007 at 11:37 AM by Dom.
12-18-2007 09:29 AM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [HELP] Reshaping The Window
I share your opinion on the documentation in places, it could be more tutorial based I feel.

If you have some experience with xml already, perhaps you should take a look at my skin Beaver and Steve - http://www.msgpluslive.net/skins/view/8-Beaver-and-Steve/

I use shaping in there using a masked image.

Basically you have to use the 'add' function rather than subtract :) and you should get your shape applied :)

This post was edited on 12-18-2007 at 01:17 PM by aNILEator.
12-18-2007 01:16 PM
Profile PM Web Find Quote Report
Dom
New Member
*

Avatar
Don't Stare, Just Watch!

Posts: 3
32 / Male / Flag
Joined: Dec 2007
O.P. RE: [HELP] Reshaping The Window
I have downloaded it and tried it but it doesn't work with my version I am using 8.1 and it is on 8.5 and 9.0 isn't it?

And do you mean just create the image then jus in stead of saying subtract just put add.

So it would be like this?

code:
            <Image Integration="add">
                <Source>
                    <File>border-BL.png</File>
                </Source>
                <Position>
                    <Left>0</Left>
                    <Bottom>0</Bottom>
                </Position>
            </Image>

Right, I have just looked through the 'Beaver and Steve' SkinInfo.xml and I noticed what you mean now.

But it has confused me a bit!

I will try out something that I have in mind and let you know how I go on mate.

Thanks (Y) :) :P

This post was edited on 12-18-2007 at 07:52 PM by WDZ.
Jingle Jangle Bingle Bangle Let Me Bang You From Every Angle! :P
12-18-2007 01:36 PM
Profile E-Mail PM Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
RE: [HELP] Reshaping The Window
The skininfo.xml also needs to be written in a certain order otherwise it will not work
12-18-2007 02:03 PM
Profile E-Mail PM Find Quote Report
Dom
New Member
*

Avatar
Don't Stare, Just Watch!

Posts: 3
32 / Male / Flag
Joined: Dec 2007
O.P. RE: [HELP] Reshaping The Window
Ok.

You made the heart shaped one didn't you.

How did you manage to shape it like that because when I try to change the shape it is just in rectangles. How do I make them curved?

This post was edited on 12-18-2007 at 02:28 PM by Dom.
Jingle Jangle Bingle Bangle Let Me Bang You From Every Angle! :P
12-18-2007 02:22 PM
Profile E-Mail PM Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
RE: [HELP] Reshaping The Window
Here is the code I used to make the heart shape

code:
            <Image Integration="subtract">
                <Source>
                    <File>heart_region.png</File>
                </Source>
                <Position>
                    <Left>1</Left>
                    <Top>1</Top>
                    <Width Unit="percent">100</Width>
                    <Height Unit="percent">100</Height>
                </Position>
            </Image>


You will also need to pad it out in one of the definition files in which I don't know how to do so I haven't managed to finish the skin yet until I find out how to pad it out properly

edit: the image i used had a white heart with a black background as i have used the work "subtract" it will remove any black area in the picturs but leave the white there

This post was edited on 12-18-2007 at 02:53 PM by freak544.
12-18-2007 02:50 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