Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tab Navigation
Tab Navigation [message #464298] Mon, 21 November 2005 08:36
Tobias is currently offline TobiasFriend
Messages: 18
Registered: July 2009
Junior Member
Hi all,

I am trying to use tab navigation to navigate through my dialog. But after
pressing the tab key swt focuses sometimes the composite container, not
the first child of it. After pressing the tab key again, the first child
is focused. I tried to remove the container composite from the tablist of
the parent container, but then the container and its childs weren't
focused.

The next try was to set the focus manually, but then I didn't get the same
visual appearance (dotted rectangle on
the focused button).

What shall i do?

My SWT component hierarchy is like this:

Shell +--Composite
|
+--Composite
|
+--CustomComposite (extended Composite)+--Child 1
| |
+--Composite+--Child 1 +--Child 2
|
+--Child 2

Thanks for help
Tobias
Previous Topic:Dragging a file from your application to your desktop or windows explorer
Next Topic:SWT Tables
Goto Forum:
  


Current Time: Thu Apr 25 16:35:05 GMT 2024

Powered by FUDForum. Page generated in 0.02771 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top