in reply to Re^4: resizing problem with Tk appl using PackForget
in thread resizing problem with Tk appl using PackForget
To get , natural geometry, that disregards a users resizing, that doesn't change position on screen, use undef
$mw->geometry( undef );
I'm still not a monkey, play along
In Section
Seekers of Perl Wisdom