IsEmpty(ListItem.icon)
#1
Hello,

I want the epg menu to only show the channel name if the channel icon is not present, but I cant seem to figure out how. Ive tried this plus several other variations with no luck.

<control type="label" id="1" description="Column 1 selected">
<visible>IsEmpty(ListItem.icon)</visible>
<posx>80</posx>
<width>335</width>
<height>50</height>
<font>Details</font>
<label>$INFO[ListItem.ChannelName]</label>
</control>


Hopefully someone can help me out and let me know what im doing wrong and why?

Cheers.
Reply
#2
Try ListItem.Thumb?
Reply
#3
That worked, cheers man!
Reply

Logout Mark Read Team Forum Stats Members Help
IsEmpty(ListItem.icon)0