Python Forum
2 sets of radiobuttons
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2 sets of radiobuttons
#4
Quote:I want to be able to choose 1 from each set
The reason you use a radiobutton is that you want one, and only one. selection. You will have to have the user choose one from group "A" and then delete these and present group "B". It would be more straight forward to use chechbuttons and when the selection is finished. check that one, and only one, but is selected from group "A" and one from "B".
Reply


Messages In This Thread
2 sets of radiobuttons - by Chuck_Norwich - Nov-27-2019, 05:10 PM
RE: 2 sets of radiobuttons - by Denni - Nov-27-2019, 07:42 PM
RE: 2 sets of radiobuttons - by Chuck_Norwich - Nov-27-2019, 07:52 PM
RE: 2 sets of radiobuttons - by woooee - Nov-27-2019, 11:10 PM
RE: 2 sets of radiobuttons - by Denni - Dec-02-2019, 07:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Use radiobuttons to determine a total charge SalsaBeanDip 2 1,750 Nov-13-2020, 04:14 AM
Last Post: SalsaBeanDip
  [Tkinter] Default Values for radiobuttons xuraax 2 3,862 May-17-2020, 06:43 PM
Last Post: xuraax
  [Tkinter] Connect Toplevel Radiobuttons to root Label/Entry widgets iconit 2 2,464 Apr-28-2020, 06:50 AM
Last Post: iconit

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020