Re: [perl-win32-gui-users] RFC: Yet another event model, anyone?

2004-01-05 Thread Jez White
Johan, I would find this functionality extremely useful. In the next couple of weeks I'll be attempting to implment multiple instances of the same window. I was thinking of using the NEM and closures to implement an OO like approach - although I've yet to get past the thinking stage:) In my case,

RE: [perl-win32-gui-users] RFC: Yet another event model, anyone?

2004-01-05 Thread Peter Eisengrein
I don't have a lot of feedback other than: 1- I like the OO idea. I do think it is worthwhile if you've got the time and energy :-) I particularly think it is a good idea because, as you put it, you won't be able to clobber other windows and you can keep better control over where an event came fro

RE: [perl-win32-gui-users] Printing and save/restore dialog

2004-01-05 Thread Stephen Pick
There is a module on CPAN called Win32::Printer: http://search.cpan.org/~wasx/Win32-Printer-0.6.6.1/Printer.pm Check it out, it's great. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Sent: 03 January 2004 02:38 To: perl-win32-gui-users@lis

RE: [perl-win32-gui-users] New "Hook" Method

2004-01-05 Thread Stephen Pick
Hi Glenn, > I've been trying to get the ListView EditLabel feature to work. I can > turn it on OK and have got the handle to the edit control and through > that the control's contents. The problem is that the control is created > and destroyed automatically, and it is difficult to get access to th