Kodi Community Forum

Full Version: colordiffuse does not work in spincontrolx?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

According to manual colordiffuse should work in spincontrolx, but unfortunately not with me.
Maybe I'm too blind to see the error.

PHP Code:
<control type="spincontrolex" id="9">
        <
description>Default Spin Control</description>
        <
height>40</height>
        <
colordiffuse>FF00CCFF</colordiffuse>
        <
texturefocus border="1">settings/buttonFO.png</texturefocus>
        <
texturenofocus border="1">settings/buttonNF.png</texturenofocus>
        <
font>Font_MediaMenu</font>
        <
align>left</align>
        <
textoffsetx>20</textoffsetx>
        <
textcolor>Color_SettingsTextNoFocus</textcolor>
        <
focusedcolor>Color_SettingsTextFocus</focusedcolor>
        <
disabledcolor>Color_SettingsTextDisabled</disabledcolor>
    </
control
I presume what you mean is it doesn't propagate down to the spincontrol textures you're passing?

If not, please post a ticket on trac with the details and cc me.

Thanks!
Jonathan
It seems to be a bug in Xbmc.
I edit the SettingsCategory.xml in addition to the Spincontrolx is still a radio button and a button are as standard for the settings.
The radio button and the button color after the colordiffuse,
but not the spincontrolx.
Fixed in r22974. Thanks for the report!

Cheers,
Jonathan
thx jmarshall