I use wxpython to do that when press TAB then can move cursor from textctrl_1 to textctrl_2 , how to do this?enter image description here
Asked
Active
Viewed 55 times
0
-
1Could you show what you've tried so far? – BrokenBenchmark Apr 26 '22 at 04:41
-
You MUST show us a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) demonstrating the problem you have encountered. Using TAB to move to the next control is already built into wxPython [(see this code)](https://pastebin.com/sDNpAk4Q) – Psionman Apr 26 '22 at 05:56