[HELP] how do you remove Aero in Messenger 2009 |
Author: |
Message: |
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. [HELP] how do you remove Aero in Messenger 2009
how can your skin remove the aero borders from messenger 2009 as i am struggling to get rid of it from my 365 skin?
This post was edited on 03-23-2009 at 08:22 AM by stuartbennett.
|
|
03-20-2009 09:47 AM |
|
|
djdannyp
Elite Member
Danny <3 Sarah
Posts: 3546 Reputation: 31
38 / /
Joined: Mar 2006
|
RE: [HRLP] how do you remove Aero in Messenger 2009
Add shaping to your skin and it will remove the aero border (although you don't have to actually change the shape)
something like this:
xml code: <Region>
<ContactList>
<Rectangle>
<Left>0</Left>
<Top>0</Top>
<Width Unit="percent">100</Width>
<Height Unit="percent">100</Height>
</Rectangle>
</ContactList>
</Region>
will set the shape of the skin to a rectangle (as it is anyway) and remove the aero
or if you want true non-aero and rounded top corners:
xml code: <Region>
<ContactList>
<Rectangle>
<Left>0</Left>
<Top>0</Top>
<Width Unit="percent">100</Width>
<Height Unit="percent">100</Height>
</Rectangle>
<Image Integration="subtract">
<Source>
<File>images/shape/corner-tl.png</File>
</Source>
<Position>
<Left>0</Left>
<Top>0</Top>
</Position>
</Image>
<Image Integration="subtract">
<Source>
<File>images/shape/corner-tr.png</File>
</Source>
<Position>
<Right>0</Right>
<Top>0</Top>
</Position>
</Image>
</ContactList>
</Region>
Attached is the top right hand corner image, just flip it to get the left one
Attachment: corner-tr.png (911 bytes)
This file has been downloaded 227 time(s).
This post was edited on 03-20-2009 at 09:59 AM by djdannyp.
|
|
03-20-2009 09:57 AM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HRLP] how do you remove Aero in Messenger 2009
thanks danny that worked perfectly.
|
|
03-20-2009 10:08 AM |
|
|
wta121
New Member
Posts: 9
35 / /
Joined: Mar 2009
|
|
03-22-2009 02:56 PM |
|
|
prashker
Veteran Member
Posts: 5109 Reputation: 104
– / / –
Joined: Mar 2005
Status: Away
|
RE: [HRLP] how do you remove Aero in Messenger 2009
quote: Originally posted by wta121
well there's a registry hack to remove all the time, but tht may not be wat ur looking for.
It's not....as you can see he wants it for the skin itself
And he already said thanks?
quote: Originally posted by stuartbennett
thanks danny that worked perfectly.
|
|
03-22-2009 05:00 PM |
|
|
robert_dll
Full Member
Posts: 393 Reputation: 8
– / /
Joined: Aug 2008
|
RE: [HRLP] how do you remove Aero in Messenger 2009
That isn't useful for skinning, skins aren't able to make registry changes, but registry changes related with options. Maybe Patchou could include something to disable it through the SkinInfo file.
|
|
03-22-2009 05:10 PM |
|
|
djdannyp
Elite Member
Danny <3 Sarah
Posts: 3546 Reputation: 31
38 / /
Joined: Mar 2006
|
RE: RE: [HRLP] how do you remove Aero in Messenger 2009
quote: Originally posted by robert_dll
That isn't useful for skinning, skins aren't able to make registry changes, but registry changes related with options. Maybe Patchou could include something to disable it through the SkinInfo file.
I've already requested this in the beta forums.....i might give it another gentle nudge
|
|
03-22-2009 06:43 PM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: RE: RE: [HRLP] how do you remove Aero in Messenger 2009
quote: Originally posted by djdannyp
quote: Originally posted by robert_dll
That isn't useful for skinning, skins aren't able to make registry changes, but registry changes related with options. Maybe Patchou could include something to disable it through the SkinInfo file.
I've already requested this in the beta forums.....i might give it another gentle nudge
but danny the method you gave me does disable aero through the skininfo file? i will admit that being able to change registry settings not related to a skins options directly from skininfo would be cool but what would you use it for, anything that involves changing the registry would be to service an option so how would it be any different to the way things are?
|
|
03-22-2009 06:54 PM |
|
|
Matti
Elite Member
Script Developer and Helper
Posts: 1646 Reputation: 39
32 / /
Joined: Apr 2004
|
RE: [HRLP] how do you remove Aero in Messenger 2009
quote: Originally posted by stuartbennett
but danny the method you gave me does disable aero through the skininfo file? i will admit that being able to change registry settings not related to a skins options directly from skininfo would be cool but what would you use it for, anything that involves changing the registry would be to service an option so how would it be any different to the way things are?
Well, it would mean that Plus! doesn't actually have to "shape" skin but simply does the Aero disabling stuff. Instead of shaping the skin to get the Aero disabled as a side-effect, you could have something which only focuses on disabling Aero - which I think is far more efficient.
This post was edited on 03-22-2009 at 07:27 PM by Matti.
|
|
03-22-2009 07:26 PM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HRLP] how do you remove Aero in Messenger 2009
quote: Originally posted by Matti
quote: Originally posted by stuartbennett
but danny the method you gave me does disable aero through the skininfo file? i will admit that being able to change registry settings not related to a skins options directly from skininfo would be cool but what would you use it for, anything that involves changing the registry would be to service an option so how would it be any different to the way things are?
Well, it would mean that Plus! doesn't actually have to "shape" skin but simply does the Aero disabling stuff. Instead of shaping the skin to get the Aero disabled as a side-effect, you could have something which only focuses on disabling Aero - which I think is far more efficient.
oh now i see what you mean, but would this be the only thing such a feature would be used for? remember in order for Patchou to take all the time and effort required to add a feature into messenger plus it has to be something that firstly a lot of people are going to utilize and secondly a feature that does more than just that 1 change, Patchou could argue that because there is already a mechanism for getting rid of the aero effect it can't be justified to add the feature just for that one use, but if it had several processing saving uses to enhance a skins performance then it would be more justifiable for Patchou to put in the extra work required to create this feature.
i am not trying to be difficult i am just trying to defend Patchou's perspective on why he hasn't already made this feature and why he may perhaps not see it as a big priority right now.
|
|
03-22-2009 07:36 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|