What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » skinning desktop contacts?

skinning desktop contacts?
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. skinning desktop contacts?
i know what plus is made to be skinnable, but i dunno if desktop cotacts are, because i'd like to make a more compact skin

if yes, i will need to someone to help me get started

if no, can patchy add support for skinning desktop contacts?
02-13-2007 08:21 PM
Profile E-Mail PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: skinning desktop contacts?
Of course they are! You can find it in the INTERFACE-1 resource. I don't know how MessengerPlus!'s skinning engine works, but you can change the resources using a normal resource editor like resourcehacker (google it).

Here's is the XML tag which describes the floating contacts window:
code:
    <Window Id="FloatingNickname" Version="1">
        <Attributes>
            <Caption>Floating Desktop Contact Nickname</Caption>
        </Attributes>
        <TitleBar>
            <AllowMinimize>false</AllowMinimize>
            <Title>
                <Prefix>Full</Prefix>
                <Text/>
            </Title>
        </TitleBar>
        <Position Width="225" Height="103" InitialPos="Normal"/>
        <DialogTmpl>
            <BottomBar Style="None">
                <RightControls>
                    <Control xsi:type="ButtonControl" Id="BtnOk">
                        <Position Top="0" Width="50" Left="0"/>
                        <Attributes>
                            <IsDefault>true</IsDefault>
                        </Attributes>
                        <Caption>&amp;OK</Caption>
                    </Control>
                    <Control xsi:type="ButtonControl" Id="BtnCancel">
                        <Position Top="0" Width="50" Left="0"/>
                        <Caption>&amp;Cancel</Caption>
                    </Control>
                </RightControls>
            </BottomBar>
        </DialogTmpl>
        <Elements>
            <Element xsi:type="ImageElement" Id="ImgTitle">
                <Position Top="8" Left="7"/>
                <Image>
                    <Name>buddy-floatingnickname</Name>
                </Image>
            </Element>
        </Elements>
        <Controls>
            <Control xsi:type="StaticControl" Id="LblTop">
                <Position Top="8" Width="175" Left="29" Height="20"/>
                <Transparency>160</Transparency>
                <Caption>You can set a special nickname for this contact that will only be used in the floating desktop window.</Caption>
            </Control>
            <Control xsi:type="StaticControl" Id="LblNickname">
                <Position Top="35" Width="72" Left="7"/>
                <Attributes>
                    <AutoAdjustWidth>true</AutoAdjustWidth>
                </Attributes>
                <Caption>Contact's nickname:</Caption>
            </Control>
            <Control xsi:type="EditControl" Id="EdtNickname">
                <Position Top="33" Width="127" Left="81">
                    <TranslationAdjust>
                        <StaticCtrlIDLeft>LblNickname</StaticCtrlIDLeft>
                    </TranslationAdjust>
                </Position>
            </Control>
        </Controls>
    </Window>   

You can modify the values in order to remove paddings, and make it more compact.

Hope that's it ! :)

This post was edited on 02-13-2007 at 08:51 PM by vikke.
02-13-2007 08:50 PM
Profile E-Mail PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: skinning desktop contacts?
extract it, edit it, save it as an xml and put it in your MP!L\Interface folder, should work IIRC
02-13-2007 09:10 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: RE: skinning desktop contacts?
quote:
Originally posted by Jesus
extract it, edit it, save it as an xml and put it in your MP!L\Interface folder, should work IIRC

Oh? That's the way, rather easy ^^.

Thanks
02-14-2007 10:01 AM
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