Hi Greg,

you can pass in a StoreDelegate object[1] as the second constructor 
parameter of qx.data.store.Json:

var delegate = {
   configureRequest : function(request) {
                        request.setTimeout(15000);
                      }
}

var store = new qx.data.store.Json(url, delegate);


Regards,
Daniel

[1]http://demo.qooxdoo.org/current/apiviewer/index.html#qx.data.store.IStoreDelegate

Greg Beaver schrieb:
> Hi,
> 
> How does one set the timeout for requesting qx.data.store.Json store
> from the remote server?
> 
> Thanks,
> Greg
> 
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to