Re: [qooxdoo-devel] Adding additional arguments into async handler

2010-06-10 Thread Piotr Leszczynski
I have managed to solve my problem by using eval Piotr Leszczynski wrote: > > Hello, > > I'm trying to correlate date from a large number of async calls. > > For this reason I need to pass additional arguments into the async > handler. > They have to be passed during the call of the handler an

[qooxdoo-devel] Adding additional arguments into async handler

2010-06-10 Thread Piotr Leszczynski
Hello, I'm trying to correlate date from a large number of async calls. For this reason I need to pass additional arguments into the async handler. They have to be passed during the call of the handler and getting them from the context is out of the question. Is it possible to add those without