Re: [Java-gnome-developer] DataColumnObject problems
Brought to you by:
afcowie
From: Ismael J. <ml...@ju...> - 2005-06-21 21:31:31
|
On Mon, 2005-06-20 at 14:41 -0400, Igor Foox wrote: > Hi, > > I'm having a problem using DataColumnObjects. I have the following code: > > ___________________________________________ > TreeIter storeIter = store.appendRow(null); > > store.setValue(storeIter, referenceDataColumn, varRep); > Object obj = store.getValue(storeIter, referenceDataColumn); > System.out.println(obj); > ___________________________________________ > > Here referenceDataColumn is an object of type DataColumnObject. > >From what I understand I should be able to get my object back, however > this prints null everytime through the code. Did anyone have these > problems before, is there anything special I need to do to store my > objects in a DataColumnObject? [...] Hi, At first glance, this looks like http://bugzilla.gnome.org/show_bug.cgi?id=301239 . Is this what you're seeing? It has been fixed for some time, but after the last stable release I think. Regards, Ismael |