Hello,
I have 3 controls : a textCtrl, a button and another textCtrl
when the focus is for the first textCtrl, I want pressing tab key lead me to the second textCtrl, and symetrically shift+tab focus then the first text when on the second...
So I want ignoring focus on the button
I've imagined keeping a chained list of my text controls, but I don't know how to detect if tab or shift+tab is pressed when leaving focus, and overall I wanted a "cleaner" solution.
Thanks for any ideas
François