> We have a survey app. Many people simply expect radio buttons, and won't 
> accept pushbuttons as an alternative. So I finally gave in and used gadgets to 
> implement this, and that opened me up to a whole new world of Palm UI 
> programming.

use checkboxes - specifying the 'group' on each checkbox so that it is
the same for each checkbox. it gives the exact same feel as radio buttons.
it just doesn't look round :)

  CHECKBOX "Lite"       
    ID InstFormLiteCheckBox  AT (12 PrevBottom+6 AUTO AUTO) GROUP 1
  CHECKBOX "Heavy" 
    ID InstFormHeavyCheckBox AT (12 PrevBottom AUTO AUTO) GROUP 1 CHECKED

alas, radio buttons! :) GROUP of 0 = no group. if you check on Lite, it
will uncheck Heavy and vice-versa. isn't this what you are trying to do?

---
Aaron Ardiri                        [EMAIL PROTECTED]
CEO - CTO                                           +46 70 656 1143
Mobile Wizardry                      http://www.mobilewizardry.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to