Hello Jonathan

First of all thanks for your answer.
But it seems it hasn't solved my problem.
Maybe you've misunderstood me.

My goal is not to set the focus on a cell, but to have the possibility to
give to a table (or table's subclass) the focus or activation the way that
after that the user could jump between the table's rows using his keyboard's
up and down keys.

I made a little debugging from which I've found out that when the user is
able to change the selected row in a table with keyboard the active widget
is: qx.ui.table.pane.Pane[yk].
If I focus a cell with the methot you mentioned the active widget would be:
qx.ui.table.pane.Scroller[x2].

It shows to me that I need to activate that instance of
qx.ui.table.pane.Pane.
BUT I haven't found the way to get the table's pane.Pane yet.
-- 
View this message in context: 
http://n2.nabble.com/table-focus-question-tp4776865p4777238.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to