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.
<!-- 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>
<!-- 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>