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
#3
I didn't truly understand all of that original response. With what you just shared I will go back to it and see how I can implement what you just told me.

Thank you for your help, please be patient as some things are just a little bit slower to sink in.

Thanks,
Brad Blush

I revisited your earlier response with the code example, I do appreciate the example, it was very helpful. When I run that code it does create a spreadsheet like window with 5 columns and 20 rows and a value in each cell. Each cell does respond to the <Button-3> event and prints to the shell 4 numbers that represent team, player, question and a cell value. That value though is not from the cell R-clicked on. The value is always from the cell in row 20 of the column that received the event. There is still no connection between the cell (Label or Entry) and the method the <Button-3> event runs.

In looking for something that would help me with this connection I was running print(id(event)) or print(type(event)) but only the type was consistent in it's return but with nothing of value to use to get back to the score sheet. It seems that there is no name or a unique identifier for a Label/Entry created in a loop. I will bet there is but I am just rookie enough to be ignorant of it. That will change.

Again, thank you for your assistance. I will keep working at it.

Brad
Reply


Messages In This Thread
RE: Connect Toplevel Radiobuttons to root Label/Entry widgets - by iconit - Apr-28-2020, 06:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pass a variable between tkinter and toplevel windows janeik 10 2,461 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,973 Jul-06-2022, 01:03 PM
Last Post: deanhystad
  [Tkinter] Toplevel window menator01 5 3,118 Apr-18-2022, 06:01 PM
Last Post: menator01
  [Tkinter] Not able to get image as background in a Toplevel window finndude 4 3,965 Jan-07-2022, 10:10 PM
Last Post: finndude
  .get() from generated Entry widgets in tkinter snakes 4 4,287 May-03-2021, 11:26 PM
Last Post: snakes
  [Tkinter] Images in Toplevel() finndude 4 4,363 Mar-09-2021, 09:39 AM
Last Post: finndude
Question Use radiobuttons to determine a total charge SalsaBeanDip 2 1,766 Nov-13-2020, 04:14 AM
Last Post: SalsaBeanDip
  Create image on a Toplevel using tkinter ViktorWong 3 7,895 Jun-13-2020, 03:21 PM
Last Post: deanhystad
  [Tkinter] Default Values for radiobuttons xuraax 2 3,920 May-17-2020, 06:43 PM
Last Post: xuraax
  Transfer Toplevel window entry to root window entry with TKinter HBH 0 4,499 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