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)
Tracing changes in Optionmenu outputting error (tkinter)
I am trying to detect and save the current selection in the monthNameDropdown Optionmenu so I change the amount of days in the monthDayDropdown Optionmenu, bu it's giving me a strange error that I do...
AmarN
Votes: 0
Answers: 0
How to make rounded ttk.OptionMenu in Tkinter
I want to make a rounded OptionMenu with the ttk style,
but I can't think on way doing so, and I can't find it anywhere on the internet.
This what I have so far:
from tkinter import *
from tkinter imp...
Anon142
Votes: 0
Answers: 0
How to fill the area of OptionMenu - tkinter
I want to fill the window with grey, however around the OptionMenu there is a missing area which isn't filled.
For example: let's take a simple code that will examine what is my problem.
from tkinter ...
asdd
Votes: 0
Answers: 1
Updating optionMenu when pressed
I searched all over the internet, and couldn't find
a way to update the options menu when it is pressed.
I should have a method that will run after the optionsMenu is pressed, like an actual button, s...

Chopin
Votes: 0
Answers: 1