in reply to Is there a way to free the Tk MainLoop without getting into parallel programming?
throw that into the processing loop after you do your ->Insert or whatever you are using to post the messages and they will appear one at a time ($mw being the main window handle).$mw->update;
|
|---|