Re: [perl-win32-gui-users] How to define generic handler for buttons

2003-05-25 Thread Laurent ROCHER
If you have the last Win32::GUI 0.0.655, you can use the NEM (New Event Model) for set an event function at creation time. $Button = $Window->AddButton ( -name => "Test", -text => "Test", -events => { Click => \&Test }, # -events => { Click => "Test" }, # -events

[perl-win32-gui-users] Win32::GUI::Grid v0.1

2003-05-25 Thread Laurent ROCHER
Hi All, I made a new package for add a Grid control to Win32::GUI. See more at : http://perso.club-internet.fr/rocherl/Win32GUI.html#Grid (documentation, source code + sample, ppm package for ActivePerl 5.6 & 5.8) I use MFC Grid control 2.24 by Chris Maunder from CodeProject.com