Hi,
that's the normal Swing behaviour. The contents of the table is an own separated focus cycle. To break out of this cycle into the containing focus cycle press CTRL-Tab. If you need to break out of the cycle after reaching the last cell, you'll probably need to create an ULC-extension and play around with Swing's focus management yourself.
 
Cheers,
  Robert
----- Original Message -----
Sent: Monday, July 10, 2006 10:34 AM
Subject: [ULC-developer] cells navigation in ULCTable

Hi,

I am using ulc 6.1 version.
In our UIs we want everything to be navigatable from Keyboard alone, without use of mouse.
In our screen we have a table and few buttons like Select, Cancel and Clear Buttons.

Problem : -
Whenever  the Last cell in the table is reached by tabing each cell
the focus goes back to the first cell of the table instead of going to
the immediate component added ( say Select Button in my case ).

Reply via email to