What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] Images In Options

[HELP] Images In Options
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Images In Options
Well, taking a look at the code, you can see:
XML code:
<Control xsi:type="CheckBoxControl" Id="RLnk">
                <Position Top="50" Width="50" Left="4" />
                <Help>Hide/Show links on logon window</Help>
                <CustomLook>
                    <Normal>
                        <Unchecked>
                            <Element xsi:type="ImageElement" Id="Lnk01">
                                <Position Top="1" Left="0" Height="100" />
                                <Image>
                                    <Name>normal</Name>
                                </Image>
                            </Element>
                            <Element xsi:type="TextElement" Id="Lnk02">
                                <Position Top="2" Left="11" />
                                <Color>
                                    <GlobalColor>text</GlobalColor>
                                </Color>
                                <Font>
                                    <Size>7</Size>
                                </Font>
                                <Text>Links</Text>
                            </Element>
                        </Unchecked>
                        <Checked>
                            <Element xsi:type="ImageElement" Id="Lnk03">
                                <Position Top="1" Left="0" />
                                <Image>
                                    <Name>normal2</Name>
                                </Image>
                            </Element>
                            <Element xsi:type="TextElement" Id="Lnk04">
                                <Position Top="2" Left="11" />
                                <Color>
                                    <GlobalColor>text</GlobalColor>
                                </Color>
                                <Font>
                                    <Size>7</Size>
                                </Font>
                                <Text>Links</Text>
                            </Element>
                        </Checked>
                    </Normal>
                </CustomLook>
            </Control>

(Removed other "styles")
So, what he has done, was just using <CustomLook> to use different themes, <Normal> as theme (there were other ones), <Checked> and <Unchecked> for ticket and unticket boxes. Think now you can do it! =)
And the options window was done by skinning Messenger Plus! itself btw.
[Image: Empty.png]
02-08-2009 10:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] Images In Options - by stuartbennett on 02-08-2009 at 01:43 PM
RE: [HELP] Images In Options - by DennisMartijn on 02-08-2009 at 05:35 PM
RE: [HELP] Images In Options - by stuartbennett on 02-08-2009 at 05:51 PM
RE: [HELP] Images In Options - by DennisMartijn on 02-08-2009 at 06:03 PM
RE: RE: [HELP] Images In Options - by stuartbennett on 02-08-2009 at 06:32 PM
RE: [HELP] Images In Options - by Basilis on 02-08-2009 at 06:26 PM
RE: [HELP] Images In Options - by DennisMartijn on 02-08-2009 at 06:54 PM
RE: [HELP] Images In Options - by stuartbennett on 02-08-2009 at 08:01 PM
RE: [HELP] Images In Options - by blessedguy on 02-08-2009 at 10:13 PM
RE: [HELP] Images In Options - by stuartbennett on 02-09-2009 at 07:44 AM
RE: [HELP] Images In Options - by DennisMartijn on 02-09-2009 at 04:16 PM
RE: RE: [HELP] Images In Options - by stuartbennett on 02-09-2009 at 04:29 PM
RE: [HELP] Images In Options - by DennisMartijn on 02-12-2009 at 04:11 PM
RE: RE: [HELP] Images In Options - by stuartbennett on 02-15-2009 at 01:52 PM
RE: [HELP] Images In Options - by Menthix on 02-15-2009 at 02:02 PM
RE: RE: [HELP] Images In Options - by stuartbennett on 02-15-2009 at 02:42 PM


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