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.

thanks in advance, and best regards.
burak

ps: qooxdoo-0.8.2 event/Manager.js:795 says

      // Interation data

i guess that's a typo.


------------------------------------------------------------------------------
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