MoshiachNow
IS-IT--Management
HI,
Trying to present 3 widgets using Tk::Tiler.
Obviously something is missing in the code.Could not manage with a poor documentation on this module.
Appreciate ideas.
thanks
============================
my $NAME1=$frm1->Label(-background=>'white',-text => $Name[$i],-font=>[courier => 9],-width=> 30,-anchor=> 'w')->pack(qw/-anchor w/);
my $SIZE1=$frm1->Label(-background=>'white',-text => $Size[$i],-font=>[courier => 9],-width =>30,-anchor=> 'w')->pack(qw/-anchor w /);
my $DESCRIPTION1=$frm1->Label(-background=>'white',-text => $Description[$i],-font=>[courier => 9],-width=> 30,-anchor=> 'w')->pack(qw/-anchor w/);
my $tl = $frm2->Scrolled('Tiler', -columns => 3, -rows => 20);
$tl->Manage($NAME1,$SIZE1,$DESCRIPTION1);
Long live king Moshiach !
Trying to present 3 widgets using Tk::Tiler.
Obviously something is missing in the code.Could not manage with a poor documentation on this module.
Appreciate ideas.
thanks
============================
my $NAME1=$frm1->Label(-background=>'white',-text => $Name[$i],-font=>[courier => 9],-width=> 30,-anchor=> 'w')->pack(qw/-anchor w/);
my $SIZE1=$frm1->Label(-background=>'white',-text => $Size[$i],-font=>[courier => 9],-width =>30,-anchor=> 'w')->pack(qw/-anchor w /);
my $DESCRIPTION1=$frm1->Label(-background=>'white',-text => $Description[$i],-font=>[courier => 9],-width=> 30,-anchor=> 'w')->pack(qw/-anchor w/);
my $tl = $frm2->Scrolled('Tiler', -columns => 3, -rows => 20);
$tl->Manage($NAME1,$SIZE1,$DESCRIPTION1);
Long live king Moshiach !