There may be a trick to help get around this...
Have a control that is just an image or label.
Use a group control with an invisible button that sits where image/label control is. When the button in the group is focused the whole group will become visible. Note, use dimColor set to zero so the group is invisible when the button is not in focus.
Have a control that is just an image or label.
Use a group control with an invisible button that sits where image/label control is. When the button in the group is focused the whole group will become visible. Note, use dimColor set to zero so the group is invisible when the button is not in focus.
Code:
<control>
<type>label</type>
<label>LIST</label>
</control>
<control>
<type>group</type>
<dimColor>00000000</dimColor>
<control>
<type>button</type>
<label>LIST</label>
</control>
<control>
<type>label</type>
</control>
</control>
Last edited: