I am trying to do a syncronous RPC call on IE7. The same call is running
without any problems on FireFox. Under IE7 it seems that the method does not
return in a syncronous way. Diging inside RPC.js shows that the completed
events gots fired and the correct result is received. Anyway the “internal
send” seems not to return it.

 

Switching to async mode might be an option, but I want to eval a script
returned from the server and doing this in async-mode would be much more
work.

Any help is appreciated

 

var rpc = new qx.io.remote.Rpc ();

rpc.setTimeout(10000);

rpc.setUrl("./dataService.php?service=app2.my_json_service");

rpc.setServiceName("app2.my_json_service");

                  

result = rpc.callSync("getScriptCode");

 

Mit herzlichem Gruss

 

Carsten Harnisch

-----------------------------------
InTradeSys Limited
- Niederlassung Deutschland -
Carsten Harnisch
Dillenburger Str. 75
51005 Köln

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to