<visibility> tag in MusicKaraokeLyrics.xml
#1
Just wondering about this <visibility> tag I found. I assume it behaves like <visible>, but then they're both set to false and that doesn't make sense.

MusicKaraokeLyrics.xml from PM3.HD:
Code:
<window id="2009">
    <controls>
        <control type="karvisualisation" id="1">
            <description>visualisation</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            [b]<visibility>false</visibility>[/b]
        </control>
        <control type="image" id="2">
            <description>fullscreen image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            [b]<visibility>false</visibility>[/b]
        </control>
    </controls>
</window>
Reply
#2
They're invalid.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Thanks.

How about the difference between DialogKaraokeSongSelectorLarge.xml and DialogKaraokeSongSelector.xml?
Reply

Logout Mark Read Team Forum Stats Members Help
<visibility> tag in MusicKaraokeLyrics.xml0