Kodi Community Forum

Full Version: Adding "empty" items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i have a list that i was adding some cosmetic empty items to.
I was using the following visible condition on the items or includes (tried both):

Code:
<visible>!IntegerGreaterThan(Container(ID).NumItems,XX)</visible>

Seems to be working fine (had about 5 at that point), until one of the items gets cut off by the 'end' of the list height.
This causes all the "empty" items to start flickering.
And the test label (with item count) indicates that there is (at that point) some uncertainty about the number of items in the list.


EDIT
I chose a different solution.