gegard wrote: > ...2) Why can I not bind to arrow keys (Up in this example)? Arrow keys do > not change the list box... Aha, the listbox doesn't get the focus, so the arrow keys and any other keyboard events affect some other widget - the last-visited-except-for-the-listbox as far as I can tell. So how can the listbox be made to accept and retain the focus?
Regards, Geoff -- View this message in context: http://www.nabble.com/Method-calling-upwards--Listbox-arrow-events---tp18318831p18321930.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss