Hi all, I have a treeview with entrycompletion setup by 'text_editing_started'. It works correctly but when pressing the 'Down' key I don't get the normal behaviour of an entrycompletion: it just disappears.
If I connect a 'return True' to the Down press of the Entry, it stop disappearing but it does nothing at all. It doesn't seem to me that Down get trapped by TreeView itself. It doesn't receive the signal. I'm confused about how to debug this: Who is responsible for navigating the completion? Why doesn't it get automatically attached to Up/Down keys as for a normal completion? Thanks in advance sandro *:-) -- Sandro Dentella *:-) e-mail: [EMAIL PROTECTED] http://www.tksql.org TkSQL Home page - My GPL work _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
