Hi Ian, this problem sounds like the one I reported last year and a small change in urwid code fixed it. I don't remember exactly which file I change. I will let you know if I can dig it up.
-Sitti On Thu, Jul 7, 2011 at 12:53 PM, Ian Ward <[email protected]> wrote: > [email protected] wrote on 2011-05-02 10:42: > > > > Hi there, > > > > my intention is to create a table with a fixed table head that keeps its > position when the user scrolls trough it. > > I achieved it by putting 2 ListBoxes in a Pile. The first ListBox > contains the headlines (6 lines to be exact) and I passed it with a fixed > height to the Pile. The second list box contains the data where the user can > scroll over. > > That works pretty well except the console is resized to a height smaller > than the fixed height of the table head. > > The error is: > > "WidgetError: Widget <Pile selectable widget> rendered (78 x 7) canvas > when passed size (78, 6)!" > > > > What can I do to save it from crashing? > > Hi Stephan, > > Sorry, I just realized I forgot to respond to your email. > > Would you post a short version of the code you're running that causes > the crash? > > Ian > > _______________________________________________ > Urwid mailing list > [email protected] > http://lists.excess.org/mailman/listinfo/urwid >
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
