On Fri, Feb 20, 2009 at 10:57 AM, Gereon A. Frey <[email protected]> wrote:

> I'm using some tree virtuals (maybe I should substitute them by simple
> trees but that would be another question/remark) and found the
> highlighting of the focused cell pretty slow. This can be seen in the
> demo browser too (with the spam folder open). I tried to disable the
> focus using setCellFocusAttributes (setting background color to
> transparent as suggested in the documentation), but the magic in the named
> function is commented out.
>

Hi Gereon,

I think you're looking at old documentation. The use of "transparent" was
for 0.7, not the current 0.8 qooxdoo code.

You can disable the cell focus indicator with
  table.setShowCellFocusIndicator(false);

You can also disable the highlighting of the focused row with
  table.highlightFocusedRow(false);

Hope that helps.

Derrell
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to