It's probably because you are calling Skip in the event handlers and so the event is still being handled by the default handlers in the native widget.
···
On 12/24/10 7:09 AM, Fabio Spadaro wrote:
Hi all and merry crhistmas.
Attached script where i've problem with navigation tabs.
This form consists of a fltnotebook and 3 pages. The last page in
particular consists in the following format:
Now if I go into the third page and I press tab the focus is made on the
editor
I expected that when the focus is on the editor and press the esc key
the focus is made on the first button and the focus to any other tab
is made on other buttons. This feature works perfectly on Linux but not
on Windows.
In fact, when the focus is on a first button the next tab but also the
down arrow key move the focus back on page 3.
Someone can give light?
Attached new code with more bit about notebook 's wx.WANTS_CHAR in EditQuery class.
Once the focus is on button “1” the navigation between buttons can be done with any character except with
tab, enter and navigation key.
Someone tell me why?