Hello,
running TclTk8.4 with BWidget 1.7 on Linux machines we found a problem
displaying many items in a ScrollableFrame:
ScrolledWindow .sw
ScrollableFrame .sw.f
.sw setwidget .sw.f
set MyFrame [.sw.f getframe]
for { set i 0 } { $i < 2000 } { incr i } {
pack [label $MyFrame.l$i -text "\# $i"] -side top
}
pack .sw
Everything looks ok at the first view. But i'm not able to scroll below
label # 1648. The scrollbar is scaled correctly but the content only
scrolls down to 1648.
Seen before or better solved before?
--
Mit sonnigen Gren,
Ingo Reise
__o
\<,
_________()/()_____________________________________________________
Ingo Reise