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
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
2 matches
Mail list logo