Rybarczyk Tomasz wrote: > Sorry I've commented wrong line in this code sample. should be > commented out in opposite way ;-) to achive described problem. I mean: > > On Sun, Jun 22, 2008 at 6:37 PM, Rybarczyk Tomasz <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm trying to write some interface (similar to vifm) in which I need >> to have some contents (for example listbox) and two footers which can >> easily change contents. I thing that the simplest way is to just >> create two nested urwid.Frames. Everything seems ok but when I'm >> trying to change contents of footer of inner Frame it prints the >> contents on footer of outer frame.... >> Example code should explain what I mean. What am I doing wrong?
I can't seem to reproduce your problem with Urwid 0.9.8.2 or 0.9.7.2, what version are you running? Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
