![]() |
![]() |
6 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
use Tk;
$mw = MainWindow->new;
$mw->title("$title");
$f = $mw->Frame->pack(-side => 'bottom', -fill => 'x');
$f->Button(-text=>"Schliessen", -command => sub { exit; } )->
pack(-side => 'top');
$t = $mw->Scrolled("Text", -foreground => "$tcolor", -background => "$color",
-width => "$w", -height => "$h", -scrollbars=>'e' )
->pack (-side,'bottom', -fill => 'both', -expand => 1);
$mw->update;
$mw->grabGlobal;
grab failed: another application has grab at /usr/local/lib/perl5/site_perl/5.8.0/aix-thread-multi/Tk/Submethods.pm line 19.
![]() |
![]() |
6 Einträge, 1 Seite |