Hi guys,
This is really crazy!
I have created a checkbox group with 3 checkboxes.
Now I am dynamically setting the values of them depending on some flags set in my code. It allows me to set/change the values of the first two declared controls ("ABC" & "DEF") here but It doesn't allow me to do the same for the third control in the group ("HIJ" here) as if it doesn't exist.
CHECKBOX "ABC" ID ABC AT (20 PREVBOTTOM+4 AUTO AUTO) GROUP 1 CHECKBOX "DEF" ID DEF AT (20 PREVBOTTOM+2 AUTO AUTO) GROUP 1 CHECKBOX "HIJ" ID HIJ AT (90 46 AUTO AUTO) GROUP 1
Can anybody please tell me whats wrong with this?
Checkbox groups are usually not used in Palm OS. By grouping them, you're setting up a relationship where the OS will only let one of the checkboxes be set at a time, something that can be very confusing to the user. Usually, push buttons are used for this kind of UI.
How are you trying to set their values? Through code or user interaction?
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
