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

2003-04-30 Thread Cruickshanks, Darin
All, I have a gui window that can spawn multiple child windows, each with its own 'Close' button on it. The close button works fine if there is only one child window but fails to work if there are more than one. I understand why this is happening but cannot think of a good way around it! An

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

2003-04-30 Thread Garside, Trevor
2-gui-users] Keeping track of child windows All, I have a gui window that can spawn multiple child windows, each with its own 'Close' button on it. The close button works fine if there is only one child window but fails to work if there are more than one. I understand why this is

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

2003-04-30 Thread Cruickshanks, Darin
ager, Computing Service University of Essex [EMAIL PROTECTED] 01206 873585 -Original Message- From: Garside, Trevor [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

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

2003-04-30 Thread Jeremy White
x27;}->Hide();}'; print $string."\n"; #eval the sub into main eval $string; } From: "Cruickshanks, Darin" <[EMAIL PROTECTED]> To: "Perl-Win32-Gui-Users" Subject: RE: [perl-win32-gui-users] Keeping track of child windows Date: Wed, 30 Apr 2003 17:05

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

2003-04-30 Thread Garside, Trevor
[mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2003 12:06 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 wit

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

2003-04-30 Thread Stuart Arnold
but then Outlook looks for misspellings and not compiling code... have fun, -stuart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Wednesday, April 30, 2003 12:58 PM To: [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subje

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

2003-04-30 Thread Cruickshanks, Darin
Computing Service University of Essex [EMAIL PROTECTED] 01206 873585 -Original Message- From: Garside, Trevor [mailto:[EMAIL PROTECTED] Sent: 30 April 2003 19:22 To: Perl-Win32-Gui-Users Subject: RE: [perl-win32-gui-users] Keeping track of child windows I've got you covered. Here

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

2003-05-01 Thread Garside, Trevor
4:58 PM To: Garside, Trevor; Perl-Win32-Gui-Users Subject: RE: [perl-win32-gui-users] Keeping track of child windows A "return -1;" , actually closes all the windows and exits the program which is not quite what I had in mind! It would be nice if it was that simple though! Tha