Matt Hammond wrote:
> I don't quite understand (if I'm interpreting you correctly) why you
> want separate widgets, all displayed at once, for several hundred
> records - surely better to just reuse the one set of widgets and have
> the scrollbar or back-forward buttons change which record
I don't quite understand (if I'm interpreting you correctly) why you want
separate widgets, all displayed at once, for several hundred records -
surely better to just reuse the one set of widgets and have the scrollbar
or back-forward buttons change which record is being displayed in the
wi
I need to display a couple of labels and a checkbox from each entry in
my database. Simple enough, but there are several hundred records, and
I only want to display 5 or 10 at a time. Can this be accomplished by
putting everything in a Frame(), using width, height, grid_propagate(0)
, and a s