[Tkinter-discuss] Method calling upwards; Listbox arrow events ?

gegard ggardiner at iee.org
Mon Jul 7 19:22:40 CEST 2008



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.



More information about the Tkinter-discuss mailing list