 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Michael Fritz Guest
|
Posted: Sat Apr 15, 2006 7:03 pm Post subject: TListBox with Radio Buttons |
|
|
Hi,
I'm searching for a control similar or equal to a TListBox which can show
radio buttons instead of checkboxes. This implies however the same
functionality as standard radio buttons have: Only one item of the listbox
should be switched on.
It would be fine if this control is enabled for themes and comes with
source code.
--
cu,
Michael |
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Sat Apr 15, 2006 7:03 pm Post subject: Re: TListBox with Radio Buttons |
|
|
Hello!
You wrote on Sat, 15 Apr 2006 20:21:17 +0200:
MF> I'm searching for a control similar or equal to a TListBox which can
MF> show radio buttons instead of checkboxes. This implies however the same
MF> functionality as standard radio buttons have: Only one item of the
listbox
MF> should be switched on.
You can use TElTree from LMD ElPack (
http://www.lmdinnovative.com/products/lmdelpack/ ) for this.
With best regards,
Eugene Mayevski |
|
| Back to top |
|
 |
Michael Fritz Guest
|
Posted: Sat Apr 15, 2006 8:03 pm Post subject: Re: TListBox with Radio Buttons |
|
|
Am Sat, 15 Apr 2006 21:35:10 +0300 schrieb Eugene Mayevski:
however a tree view seems to be a bit oversized, isn't it.
--
cu,
Michael |
|
| Back to top |
|
 |
Tim Sullivan Guest
|
Posted: Sat Apr 15, 2006 10:03 pm Post subject: Re: TListBox with Radio Buttons |
|
|
| Quote: | I'm searching for a control similar or equal to a TListBox which can show
radio buttons instead of checkboxes. This implies however the same
functionality as standard radio buttons have: Only one item of the listbox
should be switched on.
|
Arguably, the default behaviour of the standard list box already is a radio
button style control. You could owner-draw a radio button image (checked for
the selected row, unchecked for all others), however unless you're doing
something fancy-schmancy, just a list box is appropriate.
--
Tim Sullivan
Unlimited Intelligence Limited
http://www.uil.net |
|
| Back to top |
|
 |
Thomas G. Grubb Guest
|
|
| Back to top |
|
 |
Michael Fritz Guest
|
Posted: Sun Apr 23, 2006 9:03 pm Post subject: Re: TListBox with Radio Buttons |
|
|
Thomas G. Grubb schrieb:
| Quote: | http://delphi.about.com/od/adptips2006/qt/radiolistbox.htm
|
Thanks Thomas,
actually I think this is not quite a "real" radiobutton listbox. IMO if
I click on one items, the bullet seems to be checked, too.
However the behaviour should be that I can choose each entry in the list
box w/o forcing a check of the appropriate radiobutton.
If I want to check one of the radiobuttons I must really click onto the
button itself.
cu,
Michael |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|