Re: [perl-win32-gui-users] Event subroutines not called

2006-08-28 Thread Arthur Schwarz
Problem solved. Do not use package Win. Sorry to bother y'all. art --- Arthur Schwarz <[EMAIL PROTECTED]> wrote: > This is the simplest example of what I can't get to work. I have a menu > inside > a window and neither the X_Exit_Click nor the TopWindow_Terminate subroutines > are called durin

[perl-win32-gui-users] Event subroutines not called

2006-08-28 Thread Arthur Schwarz
This is the simplest example of what I can't get to work. I have a menu inside a window and neither the X_Exit_Click nor the TopWindow_Terminate subroutines are called during Win32::GUI::Dialog() processing. I can't figure what I'm doing wrong and it's driving me crazy (short drive if you ask me).