$INFO within another $INFO possible?
#1
In a bid to reduce the number of visible conditions used to list the NextAired info I suggested the following change.

This -

PHP Code:
$INFO[Window(Home).Property(NextAired.$INFO[ListItem.Label].NextDate)] 

instead of one of these for the number of shows you want to set it to (30+)

PHP Code:
<control type="label">
    <
description>Next Episode value</description>
    <
visible>StringCompare(Window(Home).Property(NextAired.1.ShowTitle),ListItem.Label)</visible>
    <
label>[COLOR grey]$LOCALIZE[31080]:[/COLOR$INFO[Window(Home).Property(NextAired.1.NextDate)]</label>
</
control


But it doesn't seem to be working.

I can $LOCALIZE[] tags inside an $INFO[] control but not another $INFO[] tag.

Is there another way around this?

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
$INFO within another $INFO possible?0