Re: [Pgui-devel] Use of thread and displaying

2003-07-23 Thread Micah Dowty
The Python client library already has some support for threading. I doubt threading will ever be added to the current C client library. The code is too messy. There were plans to reimplement the C client with a cleaner design and thread support, but nobody is planning on actually coding it AFAIK.

Re: [Pgui-devel] Use of thread and displaying

2003-07-23 Thread Marine Martin-Guillerez
> The C client library does not support threading. If you use picogui in a > multithreaded program, you may only make PicoGUI API calls from one > thread. > > On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote: > > For displaying an image can we include the function for displa

Re: [Pgui-devel] Use of thread and displaying

2003-07-22 Thread Micah Dowty
The C client library does not support threading. If you use picogui in a multithreaded program, you may only make PicoGUI API calls from one thread. On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote: > For displaying an image can we include the function for display this imag