Board index » delphi » Checklistbox and Radiobuttons
Rod Person
![]() Delphi Developer |
Rod Person
![]() Delphi Developer |
Checklistbox and Radiobuttons2003-11-25 02:21:29 AM delphi246 A guy I work with wants and Checklistbox that contains a radiobutton group for each entry in the list. Anyone know of a component like this. I don't really feel like writing this for him, but if I have to.... ===================================================================== Rod opensourcebeef.bsd.st "...it's like, a giant {*word*196}!" Ed Pamer, circa 1992. |
Rod Person
![]() Delphi Developer |
2003-11-25 03:01:25 AM
Re:Checklistbox and Radiobuttons
"Johnnie Norsworthy" <XXXX@XXXXX.COM>wrote in
Quote"Rod Person" <XXXX@XXXXX.COM>writes XXXX@XXXXX.COM 0 TO 0 CC 0 BCC XXXX@XXXXX.COM 0 TO 0 CC 0 BCC XXXX@XXXXX.COM 0 TO 0 CC 0 BCC I suggested using two individual components but he doesn't like that idea. I even put some code to show that did it for him, but wasn't "fine tuned" and he didn't want to work with it. ===================================================================== Rod opensourcebeef.bsd.st "...it's like, a giant {*word*196}!" Ed Pamer, circa 1992. |
Johnnie Norsworthy
![]() Delphi Developer |
2003-11-25 03:37:41 AM
Re:Checklistbox and Radiobuttons
"Rod Person" <XXXX@XXXXX.COM>writes
QuoteA guy I work with wants and Checklistbox that contains a radiobutton group filter. o None of these o [ ] Item 1 o [ ] Item 2 o [ ] Item 3 o All of these As few of these as I'd use, I will probably just use individual components for the task. I just thought it was an interesting idea. -Johnnie |
Morten
![]() Delphi Developer |
2003-11-25 05:24:41 AM
Re:Checklistbox and Radiobuttons
Rod,
I am using TfcTreeView from Woll2Woll to mix checkboxes and radio buttons, but I don't think it will work if you want the radio buttons to appear on one line though. Maybe you should try the thirdpartytools newsgroup. Morten "Rod Person" <XXXX@XXXXX.COM>writes Quote"Johnnie Norsworthy" <XXXX@XXXXX.COM>wrote in |
Wayne Niddery [TeamB]
![]() Delphi Developer |
2003-11-25 10:27:07 AM
Re:Checklistbox and Radiobuttons
Rod Person writes:
QuoteA guy I work with wants and Checklistbox that contains a radiobutton handling clicks. -- Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com) RADBooks: www.logicfundamentals.com/RADBooks.html "It is error alone which needs the support of government. Truth can stand by itself." - Thomas Jefferson |
Richard Grossman
![]() Delphi Developer |
2003-11-27 02:57:11 PM
Re:Checklistbox and Radiobuttons
Rod Person writes:
QuoteI look for one but I couldn't find one. What they want this for is a Then add code to the grid to handle changes in the checked property by unchecking the other columns in the row. I think that would look pretty nice, too. ADDRESS TO CC BCC XXXX@XXXXX.COM X XXXX@XXXXX.COM X XXXX@XXXXX.COM X |