Conditional visibility based on control being empty
#1
I am trying to mod a skin to my liking and I've hit a wall. I have two labels. Label1 displays the text "Play Count:" and Label2 displays the value. I am trying to set conditional visibility so that Label1 is not displayed when there is no value in Label2 (in the case of an unwatched movie). I've seen this done before, but I'll be darned if I can find it. Can anyone help me out?
Reply
#2
Something along the line of:
Code:
IntegerGreaterThan(ListItem.PlayCount,1)
Or you could:
Code:
!Stringcompare(Listitem.PlayCount,0)
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#3
Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Conditional visibility based on control being empty0