> > It might be easier to just come up with a different demo; this is all > > intertwined quite a bit - http://code.google.com/p/consonance/ > > Maybe this is enough.... > Well, I now have this: ... > protected virtual void RenderObjectId( > Gtk.TreeViewColumn _column, > Gtk.CellRenderer _cell, > Gtk.TreeModel _model, > Gtk.TreeIter _iter) > { > Task task; > > Console.WriteLine("RenderObjectId invoked"); > task = (Task)_model.GetValue(_iter, 0); > (_cell as Gtk.CellRendererText).Text = task.ObjectId.ToString(); > } > And what I see is a list of empty cells.
Ah! So I'm not crazy. :) One should see four rows with one column, each cell displaying "1000". (?) _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
