Your example works fine for me on Windows 2000. What OS and version of
Win32::GUI are you testing on?
Brian
Micah Wilson wrote:
Here's my test code:
#!/usr/bin/perl
use strict;
use Win32::GUI;
my $mw = new Win32::GUI::Window (
-title=> "test",
-pos => [600, 600],
-size => [10
Here's my test code:
#!/usr/bin/perl
use strict;
use Win32::GUI;
my $mw = new Win32::GUI::Window (
-title=> "test",
-pos => [600, 600],
-size => [100, 100],
-name => "Window",
);
my $tooltip1 = Win32::GUI::Tooltip->new( -parent => $mw,
2 matches
Mail list logo