# mein Label # cnt aus Schleife $fixedTable->[$cnt]->{'Text'} = $fixedDaten->Label( -text => $val, -font => $fixedDaten->Font(-weight=>'normal',-size=>16,), -wraplength => ($mw->screenwidth() - $imageFrame->reqwidth()) - $pfeil->width(), -justify => 'left', -bd => 3, - relief => 'raised', ); $fixedTable->[$cnt]->{'Text'}->grid( -column=>2, -row=>$cnt, -ipadx => 0, -padx => 0, -columnspan=>2, -sticky => "nswe", );