Why does the following produce an invisible control:
Having the following entry in SkinSettings.xml:
P.S.: Font, width & height is defined in the headerStyle.
XML:
<control Style="headerStyle">
<id>0</id>
<type>label</type>
<description>Header label</description>
<textcolor>#skin.color.highlight</textcolor>
<posX>40</posX>
<posY>10</posY>
<label>#header.label</label>
</control>
Having the following entry in SkinSettings.xml:
Code:
<entry name="#skin.color.highlight">FFB75700</entry>
P.S.: Font, width & height is defined in the headerStyle.
Last edited: