Jun 12, 2011 #1 ee1 Programmer May 31, 2011 25 IL Hi, i have created a listbox but i cant nevigate with the arrow key, anyone has an idea why?... thanks!
Hi, i have created a listbox but i cant nevigate with the arrow key, anyone has an idea why?... thanks!
Jun 12, 2011 #2 thacoda Programmer Nov 7, 2008 31 NL hi erez, you might want to try to force the focus on the widget first with: bind $w <<ListboxSelect>> "focus -force $w" w=listbox path Upvote 0 Downvote
hi erez, you might want to try to force the focus on the widget first with: bind $w <<ListboxSelect>> "focus -force $w" w=listbox path
Jun 12, 2011 Thread starter #3 ee1 Programmer May 31, 2011 25 IL worked... but now i am dealing with another problem, how can i select with the ENTER key?... (kiid of new to TK...) Upvote 0 Downvote
worked... but now i am dealing with another problem, how can i select with the ENTER key?... (kiid of new to TK...)