"Jeffrey" wrote: > This might be an easy question you all. I'm just looking for a way > to create a function that is called whenever the Tkinter Tk() is idle. look for "after_idle" at http://www.pythonware.com/library/tkinter/introduction/basic-widget-methods.htm => Alarm handlers and other non-event callbacks </F>