What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Radio buttons in SKin options

Radio buttons in SKin options
Author: Message:
ZOiD
Skinning Contest Winner
**

Avatar
Q es esto???

Posts: 63
Reputation: 3
38 / Male / Flag
Joined: Mar 2008
RE: RE: Radio buttons in SKin options
Hello!!!
quote:
Originally posted by Willz

From what I know I don't think there is anything like that implemented in the skin system (correct me if I am wrong)(ZOiD= :$ )So I don't think you will be able to achieve what you are after. You will probably just have to settle for a combobox instead as mentioned already.


I was trying and if I could do it...
Only I have proved it with the "Boolval", with the "Multival" do not try it.

They are two "Boolval":

code:
<BoolVal Name="RMail">
                    <DispLabel>Boton Mail</DispLabel>
                    <DispHelp>Retira/Coloca El Botón Mail</DispHelp>
                    <Default>false</Default>
                </BoolVal>

<BoolVal Name="RPsm">
                    <DispLabel>Mensaje personal</DispLabel>
                    <DispHelp>Retira/Coloca El mensaje personal de tus contactos</DispHelp>
                    <Default>true</Default>
                </BoolVal>

This is what goes placed in the .xml of your interface

code:
<Control xsi:type="RadioControl" Id="RMail">
                <Position Top="167" Width="120" Left="39"/>
                <Help>Retira/Coloca El Botón Mail</Help>
                <Attributes>
                    <IsNewGroup>false</IsNewGroup>
                </Attributes>
                <Caption>Boton Mail</Caption>
            </Control>
            <Control xsi:type="RadioControl" Id="RPsm">
                <Position Top="167" Width="120" Left="161"/>
                <Help>Retira/Coloca El mensaje personal de tus contactos</Help>
                <Caption>Mensaje personal</Caption>
            </Control>
        </Controls>

I wait could do it...

seelater!!!
[Image: crysta12.png]

08-26-2008 03:00 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Radio buttons in SKin options - by Knightmare101 on 08-24-2008 at 12:46 AM
RE: Radio buttons in SKin options - by ryxdp on 08-24-2008 at 01:07 AM
RE: Radio buttons in SKin options - by Basilis on 08-24-2008 at 07:28 AM
RE: Radio buttons in SKin options - by Willz on 08-24-2008 at 10:07 AM
RE: RE: Radio buttons in SKin options - by ZOiD on 08-26-2008 at 03:00 AM
RE: Radio buttons in SKin options - by Willz on 08-26-2008 at 03:37 AM
RE: Radio buttons in SKin options - by ZOiD on 08-26-2008 at 04:09 AM
RE: Radio buttons in SKin options - by Knightmare101 on 08-29-2008 at 01:48 AM
RE: Radio buttons in SKin options - by Knightmare101 on 08-30-2008 at 10:26 PM
RE: Radio buttons in SKin options - by ZOiD on 08-30-2008 at 10:52 PM
RE: Radio buttons in SKin options - by Volv on 08-31-2008 at 12:01 AM


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