user interface - wxPython inactive state? -


right i'm working on program using wxpython, , want make gui in under conditions, widgets become inactive , user can't interact them. i'm pretty sure have seen in programs before, can't come specific example. there way in wxpython? have no idea technical name is, giving me helpful.

when "the objects", mean? if mean wx frame, can call frame.freeze() disable frame, , frame.thaw() unfreeze it. if want create new dialog must interacted , make background windows unuseable, can call dialog.showmodal(). finally, many widgets have widget.enable() function, can pass true or false depending on if want enable or not.


Comments