RadioButton Question

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

I was hoping that someone else had an idea.

The problem with this approach is that if the radiobutton is already set to
ON and they tab back to the radiobutton it will turn it off. What I am
trying to accomplish is to have the radiobuttons work like any other
language, when you tab to it, it does not get set on. If you use most any
other language you can tab to the radiobutton and they will not be turned ON
until you click the Space key or the Enter key. If you are always using a
stylus this does not become a problem, but if you are trying to develop a
onehand app that uses the five-way button this behavior will cause problems

Martin
 
Martin,
I havent tried it but could you use check boxes instead of radio buttons and
use the checkchanged event to uncheck the other checkboxes buttons?
 
That would be one way of handling it but I am trying to keep the same look
as the app that I am converting. I have thought about just writing my own
user control that emulates the radiobutton.

Thanks,
Martin
 
Back
Top