I have an application that has a wxListBox in it. All the other
components can be tabbed through (using the TAB key to jump from one
component to the next), but tabbing stops and disappears when it gets to
a wxListBox - meaning no components appear to be selected, and no amount
of hitting the tab key ever results in the focus going to any component
(i.e. it never skips over the wxListBox). Has anyone else encountered
this problem?
I have an application that has a wxListBox in it. All the other
components can be tabbed through (using the TAB key to jump from one
component to the next), but tabbing stops and disappears when it gets to
a wxListBox - meaning no components appear to be selected, and no amount
of hitting the tab key ever results in the focus going to any component
(i.e. it never skips over the wxListBox). Has anyone else encountered
this problem?
Platform and version? Are the controls on a wxDialog/wxPanel or something
else?
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!