On Mon, Jul 12, 2010 at 12:02, Nick Watkins <[email protected]> wrote:

>
> Sorry I stated it backward. It used to send the row count as the second
> parameter in 1.0. I'm nearly positive of this because the table portion of
> our application worked great in 1.0 and broke in 1.1. I don't remember the
> change being documented, but it was easy enough to figure out the problem
> when all of a sudden the RPC for example requested from row 5000 and wanted
> 5050 rows back.
>

It doesn't seem so. The call to the subclass-provided method _loadRowData()
was last changed by Fabian in July 2008:

1b42c295 qooxdoo/frontend/framework/source/class/qx/ui/table/model/Remote.js
(fjakobs        2008-07-21 14:59:20 +0000 471)
this._loadRowData(firstBlockToLoad * blockSize, (lastBlockToLoad + 1) *
blockSize - 1);

So I don't think anything changed in the core qooxdoo code. Is it possible
that your subclass of qx.ui.table.model.Remote formerly generated a second
parameter containing the row count, and then changed to using the provided
ending row number later? Otherwise, I have no idea what you saw.

Cheers,

Derrell
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to