RE: [java-gnome-hackers] Tree/List widgets
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2002-08-31 12:08:25
|
I will try to take a look over the weekend. On Fri, 2002-08-30 at 09:39, Mark Howard wrote: > 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? > > My original test is in src/examples/gtk/tree/TreeExample.java > (it's actually a list example, but that's not important) > > I'm now getting a different error: > (java-gnome:2091): Gtk-CRITICAL **: file gtkliststore.c: line 1294 > (gtk_list_store_append): assertion `iter != NULL' failed > > (java-gnome:2091): GLib-GObject-WARNING **: gvalue.c:86:g_value_init(): > cannot initialize GValue with type `(null)', the value has already been > initialized as `(null)' > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x49df27d2 > Function name=g_type_check_value_holds > Library=/usr/lib/libgobject-2.0.so.0 > > 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) > > It's the same line, but looks like a problem with glib.Type this time. > > -- > > +----------------------------------------------+ > | Mark Howard cam.ac.uk mh344@ | > | http://www.tildemh.com tildemh.com mh@ | > +----------------------------------------------+ |