[Gtk-sharp-list] Storing System.Type in a TreeStore

Jonathan Pryor jonpryor@vt.edu
Tue, 26 Aug 2003 20:58:35 -0400


There has been much research on what's wrong with the Managed Tree View:

	http://bugzilla.ximian.com/show_bug.cgi?id=45580

I would be eternally grateful if this were solved.  I've tried hacking
it, but have been unsuccessful so far...

 - Jon

On Tue, 2003-08-26 at 17:58, Mike Kestner wrote:
> On Mon, 2003-08-25 at 05:22, Gustavo Ramos wrote:
> > There is a NullReferenceException that I don't caught. I am suspecting about
> > the System.Type I want to store in the TreeStore, it may not be supported...
> > or is it? Am confused, any ideas?
> 
> This is not the first report of problems with the "managed" tree view
> extension.  The extension is way down on my priority list, and Rachel
> (who added the extension) hasn't been active on the binding for a while.
> 
> Feel free to file a bug about this, but it isn't likely to be addressed
> in the near future. In the meantime, you might want to try to use the
> more traditional treeview bindings for your app.
> 
> If anyone else cares enough about the managed extension to dig into it,
> patches would be appreciated.