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)
How to know all the disabled options in an Options Menu Tkinter Closed
I have disabled an option in an OptionMenu to fix something in the code where if I click on it just duplicates it, so I thought by disabling the option is an easy work around, but when the user may wa...
Dodu
Votes: 0
Answers: 2
StringVar is not working inside the Optionmenu
I cannot get the StringVar class to work in my OptionMenu widget, it just appears blank in the OptionMenu. This works on my main window but not this pop-up window here is my code.
def create_new():
...
Dodu
Votes: 0
Answers: 0
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
text in tkinter Text window is close to scrollbar
I made a text editor with a scrollbar added.
I have two main issues here.
The problem I am facing is that my text does not completely go to the next line when it is
close to the right side and the la...
Syed Ahmed
Votes: 0
Answers: 2