Re: Event for multithread help advice

2007-10-30 Thread Aahz
In article <[EMAIL PROTECTED]>, JoeSox <[EMAIL PROTECTED]> wrote: > >I have two threads going >class guiThread(threading.Thread) >class mainThread(threading.Thread) > >Within the guiThread, I have an instance of class GUIFramework(Frame) >in this Tkinter instance I have a ListBox. > >The second th

Event for multithread help advice

2007-10-27 Thread JoeSox
I have two threads going class guiThread(threading.Thread) class mainThread(threading.Thread) Within the guiThread, I have an instance of class GUIFramework(Frame) in this Tkinter instance I have a ListBox. The second thread, mainThread, has an instance of a custom class the will need to send out