I have a lot of blind people using my software so I always ensure it is as accessible as possible.
(D7) I have a TRadioGroup as the first control on a form, and I wish to have the radio group have the focus when the form is shown, so the user can press the up/down keys to select an option. Unfortunately, this does not seem possible. The ItemIndex is set to 0 so the first radio item is already selected. I have MyRadioGroup.SetFocus in the OnShow event and have tried enabling the TapStop property, but the selected radio button does not take the focus. I need to press tab before it takes focus. Does anyone know any way around this? I am forced to use individual radio buttons within a group box? Regards, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

