Reply to thread

I think you would have to do something like this

Just a guess here


[CODE]    <control>

      <description>120 Minuten Button</description>

      <type>button</type>

      <id>3</id>

      <posX>270</posX>

      <posY>264</posY>

      <label>2</label>

      <onup>1</onup>

      <ondown>1</ondown>

    </control>

    <control>

      <description>120 Minuten Label</description>

      <type>label</type>

      <id>1</id>

      <posX>270</posX>

      <posY>264</posY>

      <label>120 Minuten</label>

    </control>

[/CODE]

the button control and the label control are seperate


Top Bottom