From: Micah W. <top...@gm...> - 2007-09-07 19:22:58
|
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 says: " EVENTS Common events<http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-events>apply to most windows and controls. Click Click() [TBD] " Not much to go on here. :-/ |