When I call CtlHitControl for a particular check box, the event gets thrown and I am able to set the data ok for that check box, but the it doesn't get checked on the screen. I am grouping a set of check boxes together to act like radio buttons. When the user selects one manually on the screen, everything works correctly. When I programmatically do it, it works except it doesn't select the appropriate check box on the screen. If I close the form and come back into it I can see that the newly selected item is shown correctly. What am I doing wrong? Thanks.
You should use FrmSetControlGroupSelection to pick a single push button or check box, not CtlHitControl.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
