help with adding settings to a skin
#1
i am trying to add radio buttons to the SkinSettings.xml to enable/disable the visibility of the following in DialogVideoInfo.xml, but i am unsure what or how to reference to it.

 
xml:
           <!-- Play Button File Path -->
            <control type="fadelabel">
                <left>10</left>
                <bottom>7</bottom>
                <width>1900</width>
                <height>36</height>
                <font>Font27</font>
                <align>center</align>
                <label>$INFO[ListItem.FileNameAndPath]</label>
                <textcolor>$VAR[TextColor2]</textcolor>
                <pauseatend>3000</pauseatend>
                <visible>Control.HasFocus(8)</visible>
            </control>

            
            <!-- Trailer Button File Path -->
            <control type="fadelabel">
                <left>8</left>
                <bottom>7</bottom>
                <width>1902</width>
                <height>36</height>
                <font>Font27</font>
                <align>center</align>
                <label>$INFO[ListItem.Trailer]</label>
                <textcolor>$VAR[TextColor2]</textcolor>
                <pauseatend>3000</pauseatend>
                <visible>Control.HasFocus(11)</visible>
            </control>
Reply


Messages In This Thread
help with adding settings to a skin - by spl147 - 2019-11-20, 16:29
Logout Mark Read Team Forum Stats Members Help
help with adding settings to a skin0