Hi, I tried
var rpc = new qx.io.remote.Rpc; rpc.addListener('timeout', function() { alert('My time-out hander'); }, this); It seems to me that the above handler is never called. Looking at qx/io/remote/Rpc.js it seems that there is a timeout handler installed there. Does this imply that my own handler won't be invoked? Would I have to extend from qx.io.remote.Rpc and redefine _callInternal()? Or am I doing something wrong above? Would I have to use callAsyncListeners() instead if I want to catch timeout events? Cheers, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel