Hi all,
Just a quick one. For reference I'm on Windows 7, Python 3.6, wx
3.0.3.dev2828+929a8af msw (phoenix).
I have a frame with a single child panel. To that child panel, I've
added a wx.Notebook, and then several panels to that notebook. Each
notebook page has a collection of buttons. The problems I'm facing are
with Tab key navigation:
1. I can press Tab from the Notebook control and focus is placed on the
first button of the currently selected panel.
2. I cannot Shift+Tab from the Notebook control to place focus on the
last button on the selected page.
3. Tabbing past the last button on the selected page should return focus
to the Notebook control, but it loops back around to the first button
instead.
Any tips? This generally isn't how Tab key navigation works with this
type of control in other applications.
Many thanks.
ยทยทยท
--
James Scholes
http://twitter.com/JamesScholes