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 ).

My Requiement : -
After reaching the last cell in table it should go to the immediate
Select button which i added.( or  the next focusable comonent )

I tried with
table.setNextFocustableComponent(SelectButton);
selectButton.requestFocus();

But it didnt work.

--
Thanks
Prashanth

Reply via email to