Hi,
[snipped code]
This works, but the problem is when I exit the program, I get this
"warning" printed to STDOUT:
d:\>gui100.pl
A thread exited while 2 threads were running.
Anyone know how stop this? Also, now that I have 5.8, I hope to be able
to use threads more often. Can anyo
Ok, after finally getting 5.8.x(had to wait until I had the money for
PDK 5.x), I tried this. I used the following:
use win32::GUI;
use threads;
use Thread::Queue;
# contruct GUI here -->
my $Window = new Win32::GUI::Window (
-name => "Window",
-topmost => 1,
-left
2 matches
Mail list logo