MoshiachNow
IS-IT--Management
I have created the following table,but it does not show.
What can be wrong ?
thanks
================================================
my $frm2=$mw->Frame(-background=>'white',-height=>100)->pack(-side=>'top',-fill=>'both');
$i=1;
#define the hotfixes table
my $tl = $frm2->Table(-rows => 5,-columns => 4,-scrollbars => e,-fixedrows => 2,-takefocus => 1,-background=> "grey");
$tl->put($i,1,"Name");
$tl->put($i,2,"Size");
$tl->put($i,3,"Description");
$tl->put($i,4,"Installed");
$tl->see($i,1);
$tl->see($i,2);
$tl->see($i,3);
$tl->see($i,4);
$i++;
Long live king Moshiach !
What can be wrong ?
thanks
================================================
my $frm2=$mw->Frame(-background=>'white',-height=>100)->pack(-side=>'top',-fill=>'both');
$i=1;
#define the hotfixes table
my $tl = $frm2->Table(-rows => 5,-columns => 4,-scrollbars => e,-fixedrows => 2,-takefocus => 1,-background=> "grey");
$tl->put($i,1,"Name");
$tl->put($i,2,"Size");
$tl->put($i,3,"Description");
$tl->put($i,4,"Installed");
$tl->see($i,1);
$tl->see($i,2);
$tl->see($i,3);
$tl->see($i,4);
$i++;
Long live king Moshiach !