What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] how do you remove Aero in Messenger 2009

Pages: (2): « First [ 1 ] 2 » Last »
[HELP] how do you remove Aero in Messenger 2009
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
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

.png File Attachment: corner-tr.png (911 bytes)
This file has been downloaded 209 time(s).

This post was edited on 03-20-2009 at 09:59 AM by djdannyp.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5215 days, 16 hours, 57 minutes, 36 seconds ago
03-20-2009 09:57 AM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
wta121
New Member
*

Avatar

Posts: 9
34 / Male / Flag
Joined: Mar 2009
RE: [HRLP] how do you remove Aero in Messenger 2009
well there's a registry hack to remove all the time, but tht may not be wat ur looking for.
heres the location of the hack, and a program which will do it for you: http://www.mydigitallife.info/2009/01/09/enable-o...ith-auto-switcher/
03-22-2009 02:56 PM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
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 :p

And he already said thanks? 8-)

quote:
Originally posted by stuartbennett
thanks danny that worked perfectly.
03-22-2009 05:00 PM
Profile PM Find Quote Report
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
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
Profile PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
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 :P
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5215 days, 16 hours, 57 minutes, 36 seconds ago
03-22-2009 06:43 PM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
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 :P

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? :S
03-22-2009 06:54 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
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? :S
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.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
03-22-2009 07:26 PM
Profile E-Mail PM Web Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
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? :S
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
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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