On Fri, Feb 20, 2009 at 3:15 PM, Derrell Lipman <
[email protected]> wrote:

> And just for completeness, in SVN there's a convenience method so that
> instead of doing this:
>
>
>>   tree.getDataRowRenderer().setHighlightFocusRow(false);
>>
>
> one need only do
>
>   tree.setHighlightFocusRow(false);
>

Oops, that should be:

    tree.highlightFocusedRow(false);

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