in reply to Re: Sizing Tk Widgets WRT the Taskbar
in thread Sizing Tk Widgets WRT the Taskbar

Hmmm,
Interesting... I'm doing the same thing and it doesn't work for me! Here's my code below:
my $mw = MainWindow -> new (); $screen_h = $mw -> screenheight (); $screen_w = $mw -> screenwidth (); $mw -> geometry ($screen_w . "x" . $screen_h);
Any suggestions?
- Jeff