RE: [perl-win32-gui-users] Thread Safe Message Passing

2006-02-11 Thread Jeremy White
Since I was looking for something slightly different than Rob had provided, I managed to make use of his example (TY Rob) and turn it around into something more 'famliliar'. Thanks for posting the code - the more feedback and comments, the better the final solution will be:) The attached 2 f

RE: [perl-win32-gui-users] Thread Safe Message Passing

2006-02-11 Thread Plum, Jason
Yes, it is correct that it allows the main thread to communicate with the child threads via the Window Message Queue (though I am workin on a way to make it last beyond the Window's lifespan). And techinically... no, sending data that way wont work quite yet... but that is the general idea in t

RE: [perl-win32-gui-users] Thread Safe Message Passing

2006-02-11 Thread Plum, Jason
Hello again all, I've sorted out how to pass the parameters from thread to thread via a wrapper around SendMessage. I've worked in an allowance for SendMessage (via SendMessageTimeout) to silently fail if the Window has finished. This is NOT a good way to do it. Do NOT rely on this. Of course

[perl-win32-gui-users] Problem with (Shift)Tab key

2006-02-11 Thread sao_pl
Hello to everybody! I'v got the following problem. I want the Up,Down,Tab and ShiftTab keys work in tables as usual. It means Tab changes only columns to right on so on. The working example is enclosed. ONE THING bother me; when I press Tab key a sound from computer is sending as it was error.