RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Garside, Trevor
Can we get some sample code to see how you're handling the window creation / closing? Trevor S Garside [EMAIL PROTECTED] -Original Message- From: Cruickshanks, Darin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2003 8:43 AM To: Perl-Win32-Gui-Users Subject:

RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Cruickshanks, Darin
[mailto:[EMAIL PROTECTED] Sent: 30 April 2003 14:05 To: Perl-Win32-Gui-Users Subject: RE: [perl-win32-gui-users] Keeping track of child windows Can we get some sample code to see how you're handling the window creation / closing? Trevor

RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Garside, Trevor
PM To: Perl-Win32-Gui-Users Subject: RE: [perl-win32-gui-users] Keeping track of child windows Well basically the MainWindow has a button to create a results window and by design I want it to be able to create more than one window with results (for camparison etc). The new results window

RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Stuart Arnold
: Wednesday, April 30, 2003 12:58 PM To: [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Keeping track of child windows The way I dealt with multiple objects with the same name/functionality was to dynamically eval the events into main. Try the below