On Fri, May 8, 2009 at 2:03 PM, Burak Arslan <burak.ars...@arskom.com.tr>wrote:

> hi,
>
> i'm debugging an issue with our soap client (and old version is
> available as a contrib) and its remote table model implementation.
>
> the issue is that the soap call to the method that is supposed to return
> the number of rows returns a number bigger than zero successfully, but
> the call to the web service that will return the row data never takes
> place.
>
> i've been stepping through the bowels of qooxdoo for some time now, and
> i noticed that the function that will call my custom _loadRowData is
> prefetchRows in qx.ui.table.model.Remote, which is called only by
> _getRowsHtml in qx.ui.table.pane.Pane, which is apparently called only
> when i scroll the table. (says grep)
>
> i can try to provide you guys with a test case as well, but in the mean
> time, would anybody be kind enough to tell me what i'm missing? where
> else should i look? i imagine that there are people who are successfully
> using the remote model, so there has to be a problem with my code.
>

If you can provide a minimal test program that demonstrates the problem, it
will be easier to figure out what's going on. In the mean time, though, you
should review the remote table code in the RpcExample contrib. See if you
can determine what it (a working example) does differently than you do.
Also, if you're not using trunk, be sure that your backend is passing back a
*number* as the number of rows, and not a text representation of the number.
Latest trunk contains a patch that corrects for an erroneous text
representation of a number, but 8.2 did not.

Cheers,

Derrell
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to