Re: [java-gnome-hackers] Re: [Java-gnome-checkins] CVS: java-gnome/gtk/src/java/org/gnu/gt k/event
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2004-02-29 00:13:13
|
It ran fine for me. I did not get any error. What happens when you run the treestore/TreeStoreExample example? -Jeff On Sat, 2004-02-28 at 17:32, 'Mark Howard' wrote: > I'm trying to test this now, but I can't get dataTable/TableExample to > work. > It fails at the first setValue(): > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x4D804B25 > Function=gtk_list_store_set_value+0x45 > Library=/usr/lib/libgtk-x11-2.0.so.0 > > Current Java thread: > at org.gnu.gtk.ListStore.gtk_list_store_set_value(Native Method) > at org.gnu.gtk.ListStore.setValue(ListStore.java:152) > at dataTable.TableExample.<init>(TableExample.java:36) > at dataTable.TableExample.main(TableExample.java:106) > > > > On Thu, Feb 26, 2004 at 12:40:39PM -0500, Jeffrey Morgan wrote: > > I just checked in the code that does this but I have no way of > > knowing if it works. Can one of you please write a simple example > > how to sort the columns of a tree model and add it to the project? > > > > Thanks > > -Jeff > > > > > The rows-reordered signal is the only (as far as I can see) way of |