On Mon, Mar 22, 2010 at 09:51, danovics <[email protected]> wrote:

>
> I've found the way to activate the pane:
> table.getPaneScroller(0).getTablePane().activate().
>
> Although I "copied" the situation after clicking on a table row i.e. the
> table is focused and the table.pane is activated I cannot navigate with
> cursor keys in my table.
>

Is there a current focused cell at that point? If not, the keyboard commands
wouldn't do anything. Now that you have the first pane focused, try calling
table.setFocusedCell(0, 0) and see if that helps matters any. I don't
otherwise see what should be causing problems for you.

Derrell
------------------------------------------------------------------------------
Download Intel&#174; 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