Hi Monks,
I'm writing a win32 Tk app that loads a window and then carries out some fairly long winded processing without user interaction. I need the processing to start AFTER the gui is drawn so the user can see processing messages as they occur. I need to be able to respond to something like an onload or afterpageload event to trigger my processing subroutine after the window is drawn and not during or before.
Thanks again