Issues with Radio Buttons 
Author Message
 Issues with Radio Buttons

I have a pair of radio buttons on a dialog box that are misbehaving. In
the design mode (Resource Editor) I can tab through them fine, but not
in run mode. The tab skips over them. They are definitely in the tab
order, according to the Layout viewer.

The properties sheet has one button with "Group" set, and "Tab Stop" on
both.

Also, I can't force a button to be checked in run mode. I use this code:

CButton *btn;

btn = (CButton *)GetDlgItem(btn_id);
btn->SetCheck(TRUE);

.. from within OnInitDialog(). Works fine for other dialogs, but not
this one. Any clues to offer me?

Thanks.



Wed, 16 Feb 2005 02:13:15 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. check a single radio button in a radio-button-group

2. Radio Button focus issue.

3. buttons, check buttons, radio buttons, and such...

4. How to resue radio button's radio icon

5. Bitmap buttons to behave like radio buttons?

6. Radio Button/Custom Class Conflict

7. Radio Button Bug/Annoyance in VS.Net

8. radio button and its variable

9. VC7 RC1 Wizards still show check box and radio button text clipped

10. static radio button

11. Radio button question?

12. Multi-Line Radio Button Labels

 

 
Powered by phpBB® Forum Software