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!!!