RE: [perl-win32-gui-users] event handlers

2001-03-07 Thread Dave Moore
> Eric Bennett wrote: > > He probably means being able to open multiple instances of a > > window or being able to subclass window or control behavior. > > I'm afraid I still don't get the exact point (I'm tired, sorry :-). > i dont know what i meant either (i was tired too). > > Right now the on

[perl-win32-gui-users] event handlers

2001-03-01 Thread Dave Moore
hey. do event handler routines (ie. sub Button1_Click) have to be in the main namespace or in the namespace in which they were created? can objects be assigned and event handler? (ie. $myButton->Event(Click => \&coderef);). if not, twould be nice. id be willing to do the work if it didnt involve