| Multiple TAB paths [message #372570] |
Tue, 12 August 2003 15:42 |
vadalis Messages: 43 Registered: July 2009 |
Member |
|
|
HI All,
I have been playing with the setTABList method for controlling the TABBING
order of components. An unfortunate side affect of using this method is
that it affects the tabbing behaviour of _all_ the components contained
within the composite setTABList is called on.
This means that if I have components A -> Z in my composite but I only
specify a TABBING order for D -> X then components A,B,C,Y,Z have no
tabbing behaviour at all. If you click on them then attempt to TAB nothing
happens at all.
I would expect then if a component is not included in the TABBING order,
it should naturally transfer focus as if I had not called setTABList at
all. Once the TAB key brings focus to a component that is in the TABList
then the subsequent TABBING order is set as per setTabList.
Is this possible at the moment?
Thanks
|
|
|