Disable labels in a list
#1
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.
Reply
#2
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
Reply
#3
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.
Reply
#4
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 :-)
Reply
#5
Not possible.
Reply

Logout Mark Read Team Forum Stats Members Help
Disable labels in a list0