Hi,

thanks for help to everyone.
Ok, I gave my line with the setData into the myReq function like this:
...
req.send();
rowData= [];
function myReq (e) { 
var result = e.getContent();
for(var i in result){
res1 = result[i];
rowData.push([ res1.STAND_ID, res1.STNAME, 'Test1', 'Test2' ]);
}
table.getTableModel().setData(rowData);
return rowData;

I ever get in firebug that the response aborted. See error message:

048760 qx.core.Init: Load runtime: 48760ms
Native.js (Zeile 61)
POST http://localhost/qooximkerei/source/test.php?nocache=1296466449523
POST http://localhost/qooximkerei/source/test.php?nocache=1296466449523
        
Aborted
                        

Only I set a breakpoint to the myReq function and step a while trough the
code lines I get an e.content result.

In a productive App it's unpossible to step trough the code or set
settimeouts or intervals to wait for the answer.

What can I do? Is there another possiblity (like rpcphp see the answers
before)? Is there any help example with an alternative?

Thanks again.

Tschau
Josef
XmlHttp.js (Zeile 362)
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/I-m-frustrated-tp5975196p5976609.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to