[perl-win32-gui-users] Tooltip Help?

2007-11-14 Thread Micah Wilson
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,

[perl-win32-gui-users] Handling click event for labels

2007-09-07 Thread Micah Wilson
Hello everyone, just getting started with Win32::GUI and I'm having an issue getting the _Click event from a label. With a button, you can name a sub 'button_name_Click' and that will fire when the button is clicked, unfortunately this doesn't work with labels :( The documentation for label only s