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
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