[Gtk-sharp-list] treeview problems (gtk# bug?)

Jonathan Pryor jonpryor@vt.edu
06 Jul 2003 12:19:24 -0400


Sounds similar to the bug I was seeing mixing TreeView with
System.Reflection.

Your bug is better, though, as it removes System.Reflection from the
problem list.

I suspect this is a Gtk# bug, but I have yet to hear any confirmation.

Thanks, 
 - Jon

On Sun, 2003-07-06 at 11:48, Erik Bågfors wrote:
> Hello!
> 
> I have a small program which uses two treeviews.  The views are done in
> very much the same way as ManagedTreeViewDemo.cs that comes with
> gtk-sharp.
> 
> The problem is that at first the treeviews looks great but as I try to
> use them by moving around in them and between them the cells in them
> suddenly have the same text in them.
> 
> So I tried to add another treeview to the ManagedTreeViewDemo and get
> the same problem there.  As you can see in treeviewok.png the rows under
> "Two" are "foo", "bar", "baz", "quux".  If you look in treeviewwrong.png
> you see that they are all "quux". All I did was move around in the
> treeviews. You can see the same thing under "Three".
> 
> I attached a diff to ManagedTreeViewDemo.cs that shows this behavior.
> 
> I can't see how I would be doing anything wrong in this case so I
> suspect a gtk# bug.
> 
> I'm running with the following rpms on a mandrake system.
> 
> mono-0.25-1.ximian.6.1
> mono-devel-0.25-1.ximian.6.1
> mono-debuginfo-0.24-1
> gtk-sharp-0.10-1.ximian.6.1
> gtk-sharp-gapi-0.10-1.ximian.6.1
> monodoc-0.5-1.ximian.6.1
> 
> Keep up the good work! 
> 
> /Erik