Thread Anfrage an die FAQ: Grundsätzliches TK-Problem (13 answers)
Opened by JW at 2007-05-18 01:52

Strat
 2007-05-20 12:04
#46335 #46335
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
teste vielleicht mal anstelle von
Code: (dl )
1
2
push(@listboxes, $f2->Listbox()->pack (-side => 'left', -expand => 1, -fill => 'both'));
$f2->Scrollbar(-command, [yview => $listboxes[$_]])->pack (-side => 'left', -expand => 1, -fill => 'both');

folgendes:
Code: (dl )
1
2
3
4
push( @listboxes,
$f2->Scrolled( -scrollbars => 'osoe' ) # optional sueden, optional osten
->pack( -side => 'left', -expand => 1, -fill => 'both' )
);
\n\n

<!--EDIT|Strat|1179648324-->
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread Anfrage an die FAQ: Grundsätzliches TK-Problem