Describe how to keep a GUI live while processing continues 'in the background' here.

The ProgressMeter is a good example.

Kevin Walzer illustrates an update-based example. More idiomatic and robust is use of after, as in this example.

[We need thread-based examples.]

Tk coders touch on the underlying philosophy here.

tkinter: how_to_keep_a_GUI_live_while_processing_continues_'in_the_background' (last edited 2010-07-26 11:59:12 by localhost)