On Wed, Aug 26, 2009 at 10:00, skar <[email protected]> wrote:
> Dear Sebastien,
> > Replace this line
> >
> >
> selectionModel.setSelectionMode(qx.ui.table.selection.Model.MULTIPLE_INTERVAL_SELECTION);
> >
> > by
> >
> >
> selectionModel.setSelectionMode(qx.ui.table.selection.Model.MULTIPLE_INTERVAL_SELECTION_TOGGLE);
> >
> > and remove the color theme, if you want keep the highlight option.
> >
> Thanks for the code and the pointers. This model works better.
>
> Still, when I scroll down the rows using arrow keys, the current row is
> also deemed selected.
Are you sure? I think when you scroll with the arrow keys, a new row should
be FOCUSED but it shouldn't be SELECTED unless you press the space bar.
You can try turning off focus indications to see if this changes the
apparent behavior:
table.setFocusCellOnMouseMove(false);
table.showCellFocusIndicator(false);
Derrell
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel