[Gtk-sharp-list] Problem with TreeView on Win32

Jae Stutzman stutzmanj@argontech.net
Thu, 08 Jan 2004 19:25:38 -0600


I would be happy to, but I don't even know if I'm implementing it right
yet. Is there a simple standalone sample that populates a treeview with
some text and icons (like nunit-gtk (little red, green circles) without
the nunit dependancy) that is known to work on linux...then I would know
it is correct! If it still crashes on windows I could submit the bug.

I may just not know what I'm doing! Even though I'm struggling along, it
is obvious that the Gtk# TreeView is much more powerful than the
Windows.Forms.TreeView component.

Thanks,

Jae


On Thu, 2004-01-08 at 16:30, Mike Kestner wrote:
> On Wed, 2004-01-07 at 22:11, Jae Stutzman wrote:
> > I'm having the same crash. I'm trying to implement a directory tree view
> > with little folder images...using nunit-gtk as my model, and it crashes
> > during show_all as well. Also on Windows.
> 
> Gonna be hard to fix without any more information about the crash. 
> Please open a bug with as minimal a sample as possible. 
> 
> I don't have much of a win32 debugging setup to work with so it may be a
> while unless I can duplicate the crash on linux.