[BUG] Colordiffuse for slider control
#1
Bug 
Colordiffuse only applies to slider itself, not to the focustexture for example.
for radiobuttons everything (except labels of course) gets colored.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#2
bump. should i add this as a trac ticket? any comment from one of the devs here? Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
Any code snippet? it seems to diffuse here just fine.
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#4
visible when using nox 3.0, choosing a color different from white for video area, and opening audo settings from within video osd. the focus texture for volume and volume amplification do not get colored. (those are built-in controls, perhaps that matters?)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#5
sorry, it´s a "sliderex" control, not "slider"

this is the code:

Code:
<control type="sliderex" id="10">
            <description>Default Slider</description>
            <width>1172</width>
            <height>60</height>
            <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
            <texturefocus>views/tripanel/listselect_fo.png</texturefocus>
            <texturenofocus>osd/osd_settings_buttonnf.png</texturenofocus>
            <texturesliderbar>osd/osd_slider_bg_settings.png</texturesliderbar>
            <textureslidernib>osd/osd_slider_nib_nf.png</textureslidernib>
            <textureslidernibfocus>osd/osd_slider_nib.png</textureslidernibfocus>
            <font>Font_Reg20</font>
            <textcolor>grey2</textcolor>
            <textoffsetx>45</textoffsetx>
            <focusedcolor>white</focusedcolor>
        </control>
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#6
fixed in https://github.com/xbmc/xbmc/commit/38ba...14af5be560
thanks for report (and bump) Wink
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#7
(2012-05-29, 00:03)pieh Wrote: fixed in https://github.com/xbmc/xbmc/commit/38ba...14af5be560,
thanks for report (and bump) Wink

Oh wow, great find. How do I update my XBMC to the latest build including this change. Never used github for much thus far. I've looked at it, felt foolish, looked some more, felt retarded, looked some more, and then their was an electricity shortage across half of civilization. Help. I'm blonde!

I'm using windows by the way!
Reply
#8
(2012-05-29, 01:45)BlackRose Wrote:
(2012-05-29, 00:03)pieh Wrote: fixed in https://github.com/xbmc/xbmc/commit/38ba...14af5be560,
thanks for report (and bump) Wink

Oh wow, great find. How do I update my XBMC to the latest build including this change. Never used github for much thus far. I've looked at it, felt foolish, looked some more, felt retarded, looked some more, and then their was an electricity shortage across half of civilization. Help. I'm blonde!

I'm using windows by the way!

should be fixed in next daily build if you do not want to compile it yourself
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#9
(2012-05-29, 00:03)pieh Wrote: fixed in https://github.com/xbmc/xbmc/commit/38ba...14af5be560,
thanks for report (and bump) Wink

...and forgot to say thx for this Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#10
Thanks on behalf of everyone who's run into this issue... do I simply need to install the next daily build over my other xbmc installation. I have 11.0 Eden. Thanks for the knowledge
Reply
#11
(2012-05-29, 04:10)BlackRose Wrote: Thanks on behalf of everyone who's run into this issue... do I simply need to install the next daily build over my other xbmc installation. I have 11.0 Eden. Thanks for the knowledge

Yes. Do make a backup of your settings!
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply

Logout Mark Read Team Forum Stats Members Help
[BUG] Colordiffuse for slider control0