Focus color in radio button
#1
Question 
I have a problem that should be easy for you skinners and developers of xbmc, but looking at the wiki I could not find a solution.

I have a "radiobutton" menu of profiles to activate the login screen, I wanted the radio button (label) has a color of focus, in the case FF74A6C7.

Despite having only one option in this sliding menu screen, this menu should be a standard in the skin in other areas with more options, hence, there is the need to have a focus color .
I would not want to use a texture to make the selection in this type of menu!

My code Radio button

Code:
            <control type="radiobutton" id="4">
                <description>Botão de liga ou desliga login</description>
                <posx>40</posx>
                <posy>55</posy>
                <width>450</width>
                <height>42</height>
                <radiowidth>24</radiowidth>
                <radioheight>24</radioheight>
                <textureradiofocus>default\radiobutton_active_focus.png</textureradiofocus>
                <textureradionofocus>default\radiobutton_active_nofocus.png</textureradionofocus>
                <texturefocus>-</texturefocus>
                <texturenofocus>-</texturenofocus>
                <label>20096</label>
                <font>Segoe Media Center</font>
                <textcolor>FFFFFFFF</textcolor>
                <disabledcolor>FFFFFFFF</disabledcolor>
                <pulseonselect>no</pulseonselect>
                <align>left</align>
                <aligny>center</aligny>
                <onleft>2</onleft>
                <onright>2</onright>
                <onup>-</onup>
                <ondown>-</ondown>
            </control>

Image

Thanks for any help in advance!
Reply
#2
<focusedcolor>FF74A6C7</focusedcolor>

Edit: I updated the wiki, someone forgot to add focusedcolor for the radio button control.
Image
Reply
#3
Thanks Black!

Seeing the wiki now, I see is there and not seen, I think I was messing with the very skin and started to not pay attention to things!

Problem solved, thank black!
Reply
#4
I just added it there. Smile
Image
Reply
#5
Less evil that was not my lack of attention and now is concerted in wiki!
Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Focus color in radio button1