Menu

#134 Gtk::EntryCompletion on-match-selected problem, iter param

open
nobody
None
5
2012-12-11
2009-12-18
No

i can now provide a valid test case for the issue https://sourceforge.net/tracker/?func=detail&aid=2907050&group_id=53614&atid=470969
you can find it at http://gist.github.com/246516
the problem is that when accessing the indexer of the iter param i get the following error :
Gtk-CRITICAL **:gtk_tree_model_get_value: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
thanks and sorry for not submitting the test case before

Discussion

  • Kouhei Sutou

    Kouhei Sutou - 2009-12-18

    I typed some characters into the entry but I can't reproduce it.

     
  • Andrea Dallera

    Andrea Dallera - 2009-12-18

    it happens when you select one of the options. You will see the error in standard output, and "nil" which is the content of iter[0]. The content should be an istance of class item instead.

     
  • Kouhei Sutou

    Kouhei Sutou - 2009-12-19

    I could reproduce it.
    This is too difficult to solve. Please use different way.

     
  • Andrea Dallera

    Andrea Dallera - 2009-12-19

    I'm not sure there is, but using the entrycompletion is not a priority to me so i'll just avoid it. Thanks a lot for your time anyway!

     

Log in to post a comment.