I'm having some problems with the new define tags:
references.xml
<define>#showlabel:yes</define>
BasicHome.xml
<control>
<description>TEST</description>
<type>label</type>
<id>0</id>
<posX>40</posX>
<posY>40</posY>
<label>OK!</label>
<visible>String.Equals(#showlabel,yes)</visible>
</control>
I cannot get this label to show up.
references.xml
<define>#showlabel:yes</define>
BasicHome.xml
<control>
<description>TEST</description>
<type>label</type>
<id>0</id>
<posX>40</posX>
<posY>40</posY>
<label>OK!</label>
<visible>String.Equals(#showlabel,yes)</visible>
</control>
I cannot get this label to show up.