On Thu, Jun 21, 2012 at 10:35 AM, totty <[email protected]> wrote:

> Is there a way to know when the qx.ui.table.model.Remote loaded all the
> data?
>

The Remote model does not load all of the data. In fact, that's its entire
purpose. It loads only data that is currently to be displayed, plus some on
either end of that data, to allow for faster scrolling. If loading all of
your data is the goal, you'd probably be better off with the Simple model,
and you could use a normal qx.io.* request to obtain that data. With
qx.io.* you can find out when all of your data is available.


> I need to know when the request for the data ends, not when the row count
> info is returned from the server (which I can know with the dataChanged
> event)
>

There is currently no mechanism in the code for being informed when data
has arrived. That's supposed to be completely behind-the-scenes, and not
for use by the user.

Derrell
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to