The first thing that leaps to the eye in your example is that you are
not passing 'this' to addListener(), so the "this.isSelectionEmpty" is
in danger of not getting the right context.

As for the events, you can use the 'cellClick' event on the Table
object, like so: http://bit.ly/bKwiDL

T.

On 03/09/2010 03:48 PM, Fink, Andreas wrote:
> Hi all,
> 
> I try to bind a textfield to the value of a selected table cell.
> 
> Here is a small playground example: http://bit.ly/dwdqHI
> 
> The problem is, that the changeSelection event is not fired if I select
> another cell (column) in the already selected row.
> I've tested it with several events like "focus", "focusin" of the table
> but didn't find a solution yet. Can somebody give me a hint or
> workaround how to get informed if the selected cell was changed?
> 
> 
> Many thanks,
> Andreas
> 
> 
> ------------------------------------------------------------------------------
> 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
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

------------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to