Solved Show label if logo is empty
#2
(2020-05-26, 13:58)sagrath Wrote: Hello everybody!

I'm new on skinnig, so someone can help me on this?

I have this logo:

            <control type="image">
                <left>0</left>
                <top>15</top>
                <width>330</width>
                <height>231</height>
                <texture >$INFO[ListItem.Art(clearlogo)]</texture>
            </control>

and this label:

           <control type="label" id="78600">
                <left>0</left>
                <top>15</top>
                <width>330</width>
                <height>231</height>
                <label>$INFO[ListItem.Label]</label>
<visible>String.IsEmpty(Player.Art(clearlogo)</visible>
            </control>

I want to show the label when logo is empty, is that possible?

thanks in advance

 <visible>String.IsEmpty(Player.Art(tvshow.clearlogo)</visible>
Reply


Messages In This Thread
Show label if logo is empty - by sagrath - 2020-05-26, 13:58
RE: Show label if logo is empty - by the_other_guy - 2020-05-26, 14:52
RE: Show label if logo is empty - by sagrath - 2020-05-26, 15:00
Show label if logo is empty - by User 272336 - 2020-05-26, 16:09
Logout Mark Read Team Forum Stats Members Help
Show label if logo is empty0