With my controls, I'm using <colordiffuse> as a global skin color changer e.g. <colordiffuse>$INFO[Skin.String(global_color)]</colordiffuse>. This generally, in the case of the menu I'm making, changes the color of the button graphics, but in the case of SliderEx control, it diffuses the color of of the slider and leaves the button graphics the original color. This obviously does not go with the theme of the menus I am creating, so when I move between settings options, i'll go through some buttons and Radios with the diffused color and then suddenly, a button with the default color. Check out the code below:
<control type="sliderex" id="8">
<posx>0</posx>
<posy>0</posy>
<width>936</width>
<height>49</height>
<textcolor>grey</textcolor>
<colordiffuse>

?</colordiffuse><focusedcolor>white</focusedcolor>
<align>left</align>
<font>Font_Condensed18_Caps</font>
<textoffsetx>20</textoffsetx>
<texturefocus>system/settings_buttonfocus.png</texturefocus>
<texturenofocus>system/settings_buttonnofocus.png</texturenofocus>
<texturesliderbar>contols/slider_settings.png</texturesliderbar>
<textureslidernib>contols/slider_settings_nibnf.png</textureslidernib>
<textureslidernibfocus>contols/slider_settings_nib.png</textureslidernibfocus>
<pulseonselect>no</pulseonselect>
</control>
Any way to diffuse the color of <texturefocus> and <texturenofocus> with the line <colordiffuse>

?</colordiffuse> instead of the sliders stuff, OR, is there a workaround, which I'm too new to see just yet
Help help help superstars!!!


![[Image: fanarttv.png]](http://trakt.us/images/thanks/fanarttv.png)
) You can just manually paste that 1 line I added (it should be pretty self-explanatory what and where to add with ![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
Search
Help