Re: scroll a frame to display several lines of widgets at a time

2005-09-02 Thread William Gill
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

Re: scroll a frame to display several lines of widgets at a time

2005-09-02 Thread Matt Hammond
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

scroll a frame to display several lines of widgets at a time

2005-09-01 Thread William Gill
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