hi.
plz someone who can tell me how can i jump to the next control which
is after the current when i press <ENTER>
i only want to make with the <ENTER> key the same thing like with the
<TAB> key, but only on some specific controls like: wxTextCtrl.
but it should work to, when the wxTextCtrl is : SetEditable(false).
thx much.
It's been a while since I mucked about with control tab-navigation, but iirc, you can just send a NavigationKey event properly configured and have the parents take care of the operation. You'd then trap the enter-key event and send the NavigationKey event.
You can see what wxoo.wxcontrolcontainer does in response to such events to get some ideas of how to configure it.
Good luck,
Mike
subscribe@python.sk wrote:
hi.
plz someone who can tell me how can i jump to the next control which
is after the current when i press <ENTER>
i only want to make with the <ENTER> key the same thing like with the
<TAB> key, but only on some specific controls like: wxTextCtrl.
but it should work to, when the wxTextCtrl is : SetEditable(false).
thx much.
...
ยทยทยท
_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/