Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Multiple TAB paths
Multiple TAB paths [message #372570] Tue, 12 August 2003 15:42
vadalis is currently offline 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
 
Read Message
Previous Topic:table.setEnable(false) makes table invisible in 2.1 it seems
Next Topic:Keyboad commands using SWT
Goto Forum:
  


Current Time: Tue May 21 12:57:08 EDT 2013

Powered by FUDForum. Page generated in 0.05681 seconds