Ian Ward wrote on 2011-07-07 15:53:
> [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?

I think I found it:

http://excess.org/urwid/changeset/558%3A11f20e1041a3

Try the latest version from git/hg.

Ian

_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to