Re: [perl-win32-gui-users] Multi-Threaded Example

2006-02-03 Thread Emmanuel E
Hi Jason, Cool stuff! But would there be a way to avoid those select calls to spend some time sleeping? I mean if there were a way to do a select on a thread queue it would be great. On the other hand why not call Win32::GUI::Dialog() in the main thread and let the child threads update the

[perl-win32-gui-users] Multi-Threaded Example

2006-02-03 Thread Plum, Jason
Hey All, I was fiddling with some things yesterday and got around to wondering how I might manage to take some of my more heavy duty linear processes run in a thread outside of the thread containing the GUI (as we all know this causes ugly interface lag). Below is an example, and as with all thin

RE: [win32gui] [perl-win32-gui-users] Hiding/showing the title bar on a window

2006-02-03 Thread Jeremy White
Nice examples - is there a plan to have a repository of some sort, so that these examples could be stored? Perhaps they should be included in the examples? Just wondering:) Cheers, jez.