radiobutton control
#1
Alright so I have made larger textures for this but for whatever reason i'm missing something...
No matter what i try i can't get them to show up larger in skin.

Any ideas?

Code:
<default type="radiobutton">
    <posx>0</posx>
    <posy>0</posy>
    <width>150</width>
    <height>30</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Medium</font>    
    <label>-</label>
    <textcolor>grey</textcolor>
    <focusedcolor>Blue</focusedcolor>
    <disabledcolor>Black</disabledcolor>
    <textureradiofocus>orb_fo.png</textureradiofocus>
    <textureradionofocus>orb_nofo.png</textureradionofocus>
    <textoffsetx>5</textoffsetx>
    <pulseonselect>false</pulseonselect>
  </default>
Reply
#2
I think <radiowidth> and <radioheight> are what you're after?
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#3
Sorry I misread your post, thanks to you as well.
Reply
#4
You have <radioposx> and <radiowidth> etc.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Its not in the example but it is in the text below
http://wiki.xbmc.org/?title=Radio_button_control
Reply
#6
Thank you jmarshall and Jezz_X.

Is there also a control similar for the arrows? arrowwidth/height maybe?
Reply
#7
Are there arrows on a radiobutton?

If you mean the arrows in the spincontrol then it's <spinwidth> and <spinheight>
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#8
Yeah spincontrol sorry and thanks man.
Reply
#9
Hehe, no probs
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply

Logout Mark Read Team Forum Stats Members Help
radiobutton control0