On Fri, Jan 14, 2011 at 09:55:12AM +0100, Peter Schneider wrote:
Hi Josh,

you can set the property "focusCellOnMouseMove" of Table

<pre class='javascript'>
 var table = new qx.ui.table.Table(tableModel);
 table.setFocusCellOnMouseMove(true);
</pre>

unfortunately this also sets the cell focus (see http://tinyurl.com/4hlu7e3)
But that can be disabled as well[1].

/Peter

[1] ...I just dont't know by now ;)



Thanks, Peter! We don't currently have a situation where we need to worry about 
the cell focus
indicator vs row highlighting (we disable the indicator by default), so this 
did the trick
beautifully. Again, thanks!

--
Josh Marchán

Attachment: pgp20VAF0EPX8.pgp
Description: PGP signature

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to