Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 984 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 984 Bytes

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: