Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Radio buttons selection
Thu, Feb 14 2013 8:40 AMPermanent Link

Matthew Jones

This is probably a browser thing really, but if you have three radio buttons, you
cannot do this:
   Radio1.Checked := false;
   Radio2.Checked := false;
   Radio3.Checked := false;
and end up with one of them unchecked. The last on stays checked.

I've got around this by having an invisible radio button, and checking that clears
the others, but if this is an EWB controllable thing, it would be good. For surveys
etc you don't want to have an option pre-selected or it will skew the result.

/Matthew Jones/
Thu, Feb 14 2013 12:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< This is probably a browser thing really, but if you have three radio
buttons, you cannot do this: >>

I'll have to add an option for "allowing unchecked" in the group of buttons.

Tim Young
Elevate Software
www.elevatesoft.com
Image