Hello All, I'm having some real issues with using TreeModelFilter in a TreeView. Everything works wonderfully when I do not use the filter, so my TreeView in itself is working exactly the way that I want. As soon as I add a filter, everything goes out the crapper.
I've even accounted for the fact that iters from the Filter Store need to be converted to the iters in the regular store, yet it still doesnt work and I am plagued with cryptic errors from Gtk: (TreeViewTest:21070): Gtk-CRITICAL **: gtk_tree_model_filter_convert_iter_to_child_iter: assertion `filter_iter->stamp == filter->priv->stamp' failed (TreeViewTest:21070): Gtk-CRITICAL **: gtk_tree_model_filter_iter_has_child: assertion `filter->priv->stamp == iter->stamp' failed Does anyone know what these errors even mean? I have created a small test application to work with my custom TreeView control and isolate it from my application, I get the same results so if someone is really good with TreeView and can help, I do have a small sized application that I can send to show what my problem is. Thanks for your time, Phil _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
