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

2006-02-06 Thread Plum, Jason
This is actually rather simple. Simple create a shared variable containing the a scalar handle to the window, and proceed to "Win32::GUI::SendMessage($ts_winHandle, WM_USER +2)" etc., thus allowing for no need to actually poll the Queue for status, as the message stack for the window will *tell*

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

2006-02-06 Thread Emmanuel E
Resend of missed message. Actually it was a mistake, thanks for sending it! I was starting to wonder where the blazes it went! Sorry Jason, I didnt send your message to the list. Doing it now. In case someone might want to take a look at re_threaded_exampl.pl - Original Message - F

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

2006-02-06 Thread Jeremy White
Actually it was a mistake, thanks for sending it! I was starting to wonder where the blazes it went! Yes that restriction might be a bit of an issue, however I *suppose* information on the control (not the control itself) could be serialized and sent over a Queue to the process altering the contr

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

2006-02-06 Thread Plum, Jason
Actually it was a mistake, thanks for sending it! I was starting to wonder where the blazes it went! Yes that restriction might be a bit of an issue, however I *suppose* information on the control (not the control itself) could be serialized and sent over a Queue to the process altering the contro