mfc

How to create a modal dialog in tkinter?

How to create a modal dialog in tkinter? Question: I have a MFC application which runs some embedded Python scripts. I am trying to make one of the dialogs this embedded script creates modal, but I am not having much success. Can anyone point me the way to make a modal dialog? Do I need …

Total answers: 4

Windows 7: how to bring a window to the front no matter what other window has focus?

Windows 7: how to bring a window to the front no matter what other window has focus? Question: I’m implementing a task-bar replacement, dock-like application-switcher style program. It’s doing some unique stuff with OpenGL, and with keyboard shortcuts, so the way it’s set up, the window doesn’t always have focus. I’d like to implement it …

Total answers: 10