Hello,
I have come to the same need several times without ever finding a proper solution, this is the scenario:
I have a canvas/widget/formitem/... X and want to shift the focus from this X to the 'item' which has the tab index just below that item X. Same deal going forward.
I want to use this pattern to control tab sequence in a certain way - how could I achieve this? I have looked trough the source code but the subject is quite complicated as you probably know.
You can compare it to having the ability to fire a 'tab' of 'shift-tab' event on X and having it shift focus accordingly.
many thanks
I have come to the same need several times without ever finding a proper solution, this is the scenario:
I have a canvas/widget/formitem/... X and want to shift the focus from this X to the 'item' which has the tab index just below that item X. Same deal going forward.
I want to use this pattern to control tab sequence in a certain way - how could I achieve this? I have looked trough the source code but the subject is quite complicated as you probably know.
You can compare it to having the ability to fire a 'tab' of 'shift-tab' event on X and having it shift focus accordingly.
many thanks