[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: SWT - Group/item traverse order

SWT widgets are added to the tab order in the order that they are created.
You can use TAB and CTRL-TAB to traverse between tab groups, and the arrow
keys to traverse within tab groups.
It is possible that the check box traversal problem you are experiencing is
simply because you need to use the arrow keys to traverse between checkboxes
if they are in the same tab group. Try tabbing to the first check box, and
then using arrow keys.

Having said that, there are still some known problems with keyboard
traversal in SWT. We will be working on fixing these problems in the very
near future.

Carolyn

"Wing Hong Ho" <winghong@xxxxxxxxxx> wrote in message
news:9jpv0u$vvg$1@xxxxxxxxxxxxxxxx
> I am no insight to add to this topic, except to say that I too have
> experience the problem described.  I am very interested to know what/if I
> have done wrong.  Some of the panels I have constructed were very
> straight-fowards, yet the tabbing is all over the place.
>
> I have experience the same problem in the Wizard dialogs as well.
> Sometimes a button is completely skipped and there is no way to tab to it.
>