Python Forum
[Tkinter] Connect Toplevel Radiobuttons to root Label/Entry widgets
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Connect Toplevel Radiobuttons to root Label/Entry widgets
#2
What didn't you like about the answer I provided to this question previously?

Instead of passing worthless event information you bind the event to a function and pass parameters. I think before I passed the team number, the player number, the question number, and a StingVar for getting or setting the value of the Entry widget that received the button click.

That will get all the information you need sent to create_pop(). The next step is binding the radio buttons back to the Event widget that was clicked. Your problem here is that you bound every entry widget to the same StringVar. You need to create a StringVar for each entry widget and pass that StringVar to create_pop()
Reply


Messages In This Thread
RE: Connect Toplevel Radiobuttons to root Label/Entry widgets - by deanhystad - Apr-28-2020, 04:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pass a variable between tkinter and toplevel windows janeik 10 2,511 Jan-24-2024, 06:44 AM
Last Post: Liliana
  [Tkinter] Open tkinter colorchooser at toplevel (so I can select/focus on either window) tabreturn 4 1,985 Jul-06-2022, 01:03 PM
Last Post: deanhystad
  [Tkinter] Toplevel window menator01 5 3,139 Apr-18-2022, 06:01 PM
Last Post: menator01
  [Tkinter] Not able to get image as background in a Toplevel window finndude 4 3,985 Jan-07-2022, 10:10 PM
Last Post: finndude
  .get() from generated Entry widgets in tkinter snakes 4 4,300 May-03-2021, 11:26 PM
Last Post: snakes
  [Tkinter] Images in Toplevel() finndude 4 4,372 Mar-09-2021, 09:39 AM
Last Post: finndude
Question Use radiobuttons to determine a total charge SalsaBeanDip 2 1,769 Nov-13-2020, 04:14 AM
Last Post: SalsaBeanDip
  Create image on a Toplevel using tkinter ViktorWong 3 7,911 Jun-13-2020, 03:21 PM
Last Post: deanhystad
  [Tkinter] Default Values for radiobuttons xuraax 2 3,951 May-17-2020, 06:43 PM
Last Post: xuraax
  Transfer Toplevel window entry to root window entry with TKinter HBH 0 4,507 Jan-23-2020, 09:00 PM
Last Post: HBH

Forum Jump:

User Panel Messages

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