/tkSysModal

A simple, easy-to-use system modal dialog.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

tkSysModal

Status: Stable License: LGPLv3 Python Version: 2.7 Release Version: 1.0 webpage:click here

This allows you to create a windows system-modal dialog using tkinter
(For instance, like the UAC dialog)

SysmodalMessageBox is a simple message box if all you want to do is ask a question

SysmodalDialog is more advanced. It lets you send in any Tkinter Frame class and parameters and will create the the window for you in sysmodal mode.

Status:

Pretty much working but could use some debugging

TODO: