Python Forum
[Tkinter] Retrieve OptionMenu selection?
Thread Rating:
  • 3 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Retrieve OptionMenu selection?
#1
Hello - finally making some real progress on my first python script (using Tkinter to create a UI) and after a many, many months of hating on it, I think I may finally be getting over the hump.

I know my code is AWFUL, but once I get a working model I can start cleaning it up... very cool stuff. Anyway, I have a window with multiple (15 for now) labels, text entry boxes, and optionmenu controls. I'm having a little trouble getting the user selected values in the optionmenus.

The widgets are names simply C1 through C15 and are placed like this:
C1.grid(row=4,column=2, sticky = "w")
I've tried using "get" and "value" to return to my variable when the user clicks a SUBMIT button on the page, but so far nothing is working. I know these are probably ridiculously simplified versions of what needs to be done, but:
myCategory = C1.value()
myCategory = C1.get()
I've read a bit about it, but can't find something relatively simple like I'm using on the entry fields.

Any help is greatly appreciated!
Reply


Messages In This Thread
Retrieve OptionMenu selection? - by JP_ROMANO - Sep-25-2017, 02:36 PM
RE: Retrieve OptionMenu selection? - by Larz60+ - Sep-25-2017, 04:19 PM
RE: Retrieve OptionMenu selection? - by JP_ROMANO - Sep-25-2017, 04:44 PM
RE: Retrieve OptionMenu selection? - by JP_ROMANO - Sep-25-2017, 06:03 PM
RE: Retrieve OptionMenu selection? - by vsathya - Mar-13-2019, 10:56 AM
RE: Retrieve OptionMenu selection? - by Larz60+ - Sep-25-2017, 08:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinter reduce OptionMenu height euras 2 4,736 May-25-2021, 09:14 PM
Last Post: euras
  [Tkinter] optionmenu value write a list mdalireza 0 2,329 Nov-11-2019, 01:00 PM
Last Post: mdalireza
  [Tkinter] [split] need help in optionMenu using tkinter Rakeshkrtiwari_07 0 2,284 Aug-02-2018, 04:16 PM
Last Post: Rakeshkrtiwari_07
  [Tkinter] Tkinter optionmenu child menu position showing 0,0 thatguy14 2 4,706 Jun-15-2018, 10:42 AM
Last Post: thatguy14
  [Tkinter] need help in optionMenu using tkinter Lizard 4 6,837 Nov-07-2017, 03:08 PM
Last Post: Lizard

Forum Jump:

User Panel Messages

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