Re: [Java-gnome-developer] TreeView doesn't show with Glade
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-02-19 03:56:02
|
On Fri, 2011-02-18 at 17:01 +0100, Luis Muñoz Villarreal wrote: > Find enclosed two screenshot of the executing code examples. Oh, don't worry, we believe you that it doesn't work! We chatted about it on IRC in #java-gnome. I'm not sure if anyone had any ideas, but at least one person tried loading up your code [Kenneth remarked that it would have been easier if you attached files rather than including them inline in the email]. Glade *does* often make things more complicated, which is why I _personally_ recommend against trying to use it if you're just getting started with java-gnome, but it *is* powerful. Anyway, the one guess I had was that libglade was screwing with your TreeModel, but you are calling TreeView's setModel() in both cases, so that's not it. Hopefully someone else in the community will be able to figure it out. AfC Sydney |