MoshiachNow
IS-IT--Management
HI,
I have the following scrolled text window:
my $mw = new MainWindow;
$mw->configure(-title=>"rehost.exe Ver $VERSION on $computer");
$mw->geometry('+150+10');
my $txt = $mw->Scrolled('Text',-font => 'Arial 8 bold', -background =>'snow3',-relief => 'sunken',
-foreground =>'DeepSkyBlue4', -borderwidth => 2,-setgrid => 'true',
-height =>30, -width=> 80, -scrollbars=> 'e');
the problem is that resizing of this window is weared and does not behave predictable (mouse movements wise).
Appreciate an advise.
Thanks
Long live king Moshiach !
I have the following scrolled text window:
my $mw = new MainWindow;
$mw->configure(-title=>"rehost.exe Ver $VERSION on $computer");
$mw->geometry('+150+10');
my $txt = $mw->Scrolled('Text',-font => 'Arial 8 bold', -background =>'snow3',-relief => 'sunken',
-foreground =>'DeepSkyBlue4', -borderwidth => 2,-setgrid => 'true',
-height =>30, -width=> 80, -scrollbars=> 'e');
the problem is that resizing of this window is weared and does not behave predictable (mouse movements wise).
Appreciate an advise.
Thanks
Long live king Moshiach !