Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-04-19 Thread Laurent ROCHER
Hi, Yes, you right, i break TIED window property. You can reactivate it by changing in _new methods : my $self = tie %tier, $class, $oself; By : tie %tier, $class, $oself; my $self = bless \%tier, $class; I mode this change when i want to add Window destruuction when undef a perl wind

Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-04-19 Thread Glenn Linderman
Thanks for the quick response... I'm off camping for the rest of the week but I'll play with this some when I get back. So one would think that an appropriate "untie" would be possible, to allow Window destruction. On approximately 4/19/2004 8:17 AM, came the following characters from the ke