Fulvio Senore
2014-02-16 16:01:53 UTC
I have a dialog that must show a lot of controls. There is no room for
all those controls at the same time so I put a wxNotebook in the lower
part of the dialog and I put logically grouped controls in different
pages of the notebook.
If the user presses the TAB key in a notebook page the focus moves among
the controls in the page until the last one, then it moves to the OK
button outside the notebook. The selected notebook page does not change.
Now suppose that the notebook is showing its first page and the focus is
on the last control of the page: if I press TAB I would like to show the
second page of the notebook and move the focus to the first control in
that page.
In this way the user would be able to move to all the controls without
using the mouse to change the notebook page.
In a data-entry intensive program this would be very handy.
May anybody suggest a way to obtain this behaviour?
Thanks in advance.
Fulvio Senore
all those controls at the same time so I put a wxNotebook in the lower
part of the dialog and I put logically grouped controls in different
pages of the notebook.
If the user presses the TAB key in a notebook page the focus moves among
the controls in the page until the last one, then it moves to the OK
button outside the notebook. The selected notebook page does not change.
Now suppose that the notebook is showing its first page and the focus is
on the last control of the page: if I press TAB I would like to show the
second page of the notebook and move the focus to the first control in
that page.
In this way the user would be able to move to all the controls without
using the mouse to change the notebook page.
In a data-entry intensive program this would be very handy.
May anybody suggest a way to obtain this behaviour?
Thanks in advance.
Fulvio Senore
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users