$bezframe->GeometryRequest($top->width, $uName->reqheight); # Platz für Frame reservieren $top->bind('' => sub { $uName->place(-x => $name[0]->rootx - $top->rootx, -y => 0); $uNummer->place(-x => $nummer[0]->rootx - $top->rootx, -y => 0); $uMem->place(-x => $mem[0]->rootx - $top->rootx, -y => 0); $uFormat->place(-x => $format[0]->rootx - $top->rootx, -y => 0); $uIstwert->place(-x => $istwert[0]->rootx - $top->rootx, -y => 0); });