On Mon, May 3, 2010 at 5:10 PM, Ian Ward <[email protected]> wrote: > Rob Lanphier wrote on 2010-04-04 23:43: > > Done. Here's the branch that I did the integration on: > > http://bitbucket.org/robla/urwid/ > > I've pulled your changes and spent some time working on that code. > > I'm still not 100% happy with the interface: it should be possible to > put any kind of widget in the tree, not just text. But, it's getting > close. >
Cool, I'm looking forward to seeing what you come up with. I'm assuming you're referring to the interior/parent tree nodes when talking about the widget types...that's one area I didn't put a lot of thought into generalizing. The leaf nodes can have different widget types (I'm using several different types in jsonwidget). I think I will start expanding the tutorial based on an improved browse > example, split into a bunch of incremental improvements. It would be a > good base to show how to use a worker thread, how to not consume an > unbounded amount of memory in widgets and a few other useful things. I can see that. It took me quite a while to get my head around that example, so having an incremental approach would be really useful. Rob
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
