Re: [Pgui-devel] Threading Problem.

2001-10-25 Thread Micah Dowty
Quoting Marcus Smith <[EMAIL PROTECTED]>: > Hi, > > I'm running into an issue w.r.t picogui and threading. My application > > requires threading because widgets are > modified *atfer * pgEventLoop() is called. Other threading issues > surface if the "main" thread iterates on pgEventPoll() an

[Pgui-devel] Threading Problem.

2001-10-25 Thread Marcus Smith
Hi, I'm running into an issue w.r.t picogui and threading. My application requires threading because widgets are modified *atfer * pgEventLoop() is called. Other threading issues surface if the "main" thread iterates on pgEventPoll() and the other thread modifies a widget property. In this c