Kodi Community Forum

Full Version: Disable labels in a list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to disable some videos in the library view. I still want them to appear in the list, but grayed out as can be done with radio buttons:

Image

Is this supported? I tried the visible tag but it just removes the text.
You can most likely add two labels - in the proper list in the proper XML file - and only show the proper one. Not at my Kodi station, so here is some pseudocode to play with:

<control label..
<visible condition="Something"
.. color it white

and in the other similar label
<vsisible condition="Not Something"
.. color it grey

If you are asking for help with a certain skin, and don't have much skinning experience, you might want to head on over to this part of the forum: http://forum.kodi.tv/forumdisplay.php?fid=67 Smile
Thanks for your help, it will help me with the color but I need it disabled so that it's skipped when pressing up/down.
Ah. Sorry for misreading it as easy.

Hmm.. In a rush. But something with firing a move down or up onfocus? I think there is a movenext action? No.. im lost here. Sorry :-)
Not possible.