Re: UI design problem - exclusive checkboxes



Koms Bomb wrote:

I have four checkboxes, each one is one function and whenever one is
selected, the other checkboxes should be invalid (unchecked).
You may say radio boxes are the best choice, but I must allow all
checkboxes unchecked, that's to say, the user can leave all checkboxes
unchecked.

I now just use four checkboxes and the user can select/clear them freely,
but it's very ambiguous.

How about just using the four check boxes, as you do now, and giving
each a click handler that unchecks the other three?

--

..NET 2.0 for Delphi Programmers <http://www.midnightbeach.com/.net>

Delphi skills make .NET easy to learn
Being printed - in stores by June
.



Relevant Pages

  • Re: UI design problem - exclusive checkboxes
    ... I have four checkboxes, each one is one function and whenever one is ... the other checkboxes should be invalid. ... You may say radio boxes are the best choice, ... that checkbox controls the enable/disable of ...
    (borland.public.delphi.non-technical)
  • Re: UI design problem - exclusive checkboxes
    ... I have a UI design problem. ... I have four checkboxes, each one is one function and whenever one is ... the other checkboxes should be invalid. ... You may say radio boxes are the best choice, ...
    (borland.public.delphi.non-technical)
  • Re: reset ALL checkboxes (created with control toolbar) with the click of ONE BUTTON
    ... checkboxes I created with the control toolbar with the touch of one ... I found code with reference to sort objects posted by Dave ... Dim Ctrl As OLEObject ... ' "unchecks" each checkbox ...
    (microsoft.public.excel.programming)
  • Re: UI design problem - exclusive checkboxes
    ... I have four checkboxes, each one is one function and whenever one is ... You may say radio boxes are the best choice, ... set the OnClick event of cbClosedorders and cbAllorders to this ...
    (borland.public.delphi.non-technical)
  • how do i create a macro to clear checkboxes and display a message.
    ... Im doing an excel sheet for work and need to program a macro so that say when ... two checkboxes are checked at the same time it unchecks them and creates a ...
    (microsoft.public.excel.programming)