python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to get a specific value from a 'OptionMenu' selection?
I want to use tkinter to create a dropdown menu that shows some options like this, but i want something that when you select the option "One - 2" you get a specific value (e.g.: "2"...
Daniel Pierre
Votes: 0
Answers: 1
How to get Checkbutton/Entry/RadioButton values from another frame?
I have a .ini file which holds the default values for the Checkbuttons/Radiobuttons/Entry components of my app.
I want to use a 'SAVE' button in another frame to save the updated values by user and up...
wk14
Votes: 0
Answers: 1
How to get value from dependent combobox tkinter python?
I'm able to select both the combo box successfully but to print the second dropdown box value, I got lost. Could somebody explain how to print the Table value from the 2nd drop down box.
Note: The two...
Devaraj Mani Maran
Votes: 0
Answers: 1
How to change menu font size in tkinter?
I want a bigger size for menu's items. It works for menu's commands but also limited size. For example if I set font = 200 it's no difference than font = 50.
class Window(Frame):
#define construct...
Mihai
Votes: 0
Answers: 1