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

2006-02-07 Thread Robert May
Plum, Jason wrote: WaitMessage... Ah, I was wondering what that was for The question I of course must supply is ... (dun dun dun) ... to attach said thread's queue to said function? Each windows gui thread has exactly one message queue. It is created by the OS when the first win32 api cal

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

2006-02-07 Thread Robert May
Robert May wrote: OK, my code is available from http://www.robmay.me.uk/win3gui/ - scroll to the bottom and find the link for Win32::GUI::ThreadUtils Typing too fast. That link should be: http://www.robmay.me.uk/win32gui/ Rob.

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

2006-02-07 Thread Plum, Jason
Hey Rob, Good to see you are at least trying to keep up :p WaitMessage... Ah, I was wondering what that was for The question I of course must supply is ... (dun dun dun) ... to attach said thread's queue to said function? Jason P. In the mean time, I will certainly continue to provide some

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

2006-02-07 Thread Robert May
Jeremy White wrote: A few months back I hinted at some code that Rob had built that would make threading coding much easier for Win32-GUI apps. In light of your recent examples, I've dropped him an offlist mail suggesting that his code be available to more people. Although not complete, it is

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

2006-02-07 Thread Robert May
Hi all, Apologies if I duplicate stuff that's already been said later in this thread, but I've only go a few minutes to try and catch up. I'll post a link to the code that Jez and I were working on at the end of last year once I've got through the messages here. Emmanuel E wrote: But would

RE: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subject

2006-02-07 Thread Lloyd, Steve
Please. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Plum, Jason Sent: Tuesday, February 07, 2006 2:24 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subjec

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

2006-02-07 Thread Plum, Jason
Those concerned, If anyone would like I can provide a more detailed example of how all this works, and more properly per the use of Queues, as they are technically not needed in this demonstration ( I could have use the wparam and lparam ) Jason P. -Original Message- From: [EMAIL PROTECT