python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Tkinter Text Autofill
I am trying to make a simple and personal IDE for python using tkinter. I have seen it done before and have everything form syntax highlighting to a built in terminal but have the problem of no autofi...
TRCK
Votes: 0
Answers: 2
ttk:Combobox foreground color change doesn't work properly. What's wrong?
Attemps to reliably change the text color in a ttk::Combobox fail.
It happens for me on Windows 10 with the native theme.
The following code creates two comboboxes with their foreground color set to r...
SoleSoul
Votes: 0
Answers: 1
How to get rounded edges in tkinter window in windows 10
Tkinter Window in windows 11 looks something like this :
Preview
Can anyone tell me how to do this is in windows 10
Zane Williams
Votes: 0
Answers: 2