All Questions
Tagged with simpledialog python-3.5
1 question
1
vote
2
answers
3k
views
How to auto-activate a tkinter simpledialog pop-up window?
I have this function inside one of my python scripts which throws up a Tkinter simple dialog screen to ask for some simple user-input. The function works. However, there are 2 problems with it.
It ...