PHP Code:
<control type="button" id="3">
<label>-</label>
</control>
PHP Code:
<control type="label">
<width min="29" max="200">auto</width>
<height>20</height>
<aligny>center</aligny>
<font>Font_14</font>
<textcolor>White</textcolor>
<label>$INFO[Control.GetLabel(3)]</label>
</control>
Which works just fine until I get to the tooglebuttons.
This
PHP Code:
<control type="togglebutton" id="4">
<label>Ascending</label>
<altlabel>Descending</altlabel>
</control>
PHP Code:
<control type="label">
<width min="29" max="200">auto</width>
<height>20</height>
<aligny>center</aligny>
<font>Font_14</font>
<textcolor>White</textcolor>
<label>$INFO[Control.GetLabel(4)]</label>
</control>
Is this a bug or just the way it is?
Thanks.

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)


Search
Help