skar wrote:
> Hi,
>
> How do I set focus on a particular cell(row,col) of a table, so that a 
> simple "enter" key press makes it editable?
>
>
> The methods I call are:
>
>> table.setShowCellFocusIndicator(true);
>> table.setFocusedCell(0, 0, true);
With the above 2 settings and everything else at default values, I'm 
able to tab through the widgets and reach the table, but I cannot edit 
any cell by pressing enter and there is no cell focus indicator too. 
However, if I click on any cell, the indicator comes on and I'm able to 
edit any cell now by pressing "enter". Any ideas on how to set the mouse 
click behavior for the "enter" handler?

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to