RE: [java-gnome-hackers] Tree/List widgets
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2002-09-03 15:41:58
|
On Tue, 2002-09-03 at 14:23, Jeffrey Morgan wrote: > Are you still having this problem? =20 yes. >If so I hope > to look into it now. Thanks. > > -Jeff >=20 > > -----Original Message----- > > From: Mark Howard [mailto:mh...@ti...] > > Sent: Friday, August 30, 2002 9:40 AM > > To: jav...@li... > > Subject: RE: [java-gnome-hackers] Tree/List widgets > >=20 > >=20 > > On Fri, 2002-08-30 at 12:24, Jeffrey Morgan wrote: > > > I just checked some code into cvs that I think should resolve > > > this issue. I don't have a test case to verify if it works. > > > Are you in a position to test this method? > >=20 > > My original test is in src/examples/gtk/tree/TreeExample.java > > (it's actually a list example, but that's not important) > >=20 > > I'm now getting a different error: > > (java-gnome:2091): Gtk-CRITICAL **: file gtkliststore.c: line 1294 > > (gtk_list_store_append): assertion `iter !=3D NULL' failed > >=20 > > (java-gnome:2091): GLib-GObject-WARNING **:=20 > > gvalue.c:86:g_value_init(): > > cannot initialize GValue with type `(null)', the value has=20 > > already been > > initialized as `(null)' > > An unexpected exception has been detected in native code=20 > > outside the VM. > > Unexpected Signal : 11 occurred at PC=3D0x49df27d2 > > Function name=3Dg_type_check_value_holds > > Library=3D/usr/lib/libgobject-2.0.so.0 > >=20 > > Current Java thread: > > at org.gnu.glib.Value.g_value_set_string(Native Method) > > at org.gnu.glib.Value.setString(Value.java:55) > > at tree.TreeExample.<init>(TreeExample.java:35) > > at tree.TreeExample.main(TreeExample.java:48) > >=20 > > It's the same line, but looks like a problem with glib.Type=20 > > this time.=20 > >=20 > > --=20 > >=20 > > +----------------------------------------------+ > > | Mark Howard cam.ac.uk mh344@ | > > | http://www.tildemh.com tildemh.com mh@ | > > +----------------------------------------------+ > >=20 --=20 +----------------------------------------------+ | Mark Howard cam.ac.uk mh344@ | | http://www.tildemh.com tildemh.com mh@ | +----------------------------------------------+ |