Re: [qooxdoo-devel] Waiting on multiple events

2010-11-22 Thread Joffrey Fuhrer - NOVLOG
On 22/11/2010 16:10, panyasan wrote: > You can also work with the concept of "promises" or "deferred" functions > known from Python and now implemented for node.js: > > https://github.com/kriszyp/node-promise > > There is already a bug for implementing this for qooxdoo: > > http://bugzilla.qooxdoo.

Re: [qooxdoo-devel] Waiting on multiple events

2010-11-22 Thread Joffrey Fuhrer - NOVLOG
On 22/11/2010 14:31, Derrell Lipman wrote: On Mon, Nov 22, 2010 at 08:26, Joffrey Fuhrer - NOVLOG mailto:joffrey.fuh...@novlog.com>> wrote: Hello there, qooxdoo-list! I'm wondering about a possibility to do something in qooxdoo without too much effort and trust that some of you may

Re: [qooxdoo-devel] Waiting on multiple events

2010-11-22 Thread panyasan
You can also work with the concept of "promises" or "deferred" functions known from Python and now implemented for node.js: https://github.com/kriszyp/node-promise There is already a bug for implementing this for qooxdoo: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3999 The idea is that you ha

Re: [qooxdoo-devel] Waiting on multiple events

2010-11-22 Thread Derrell Lipman
On Mon, Nov 22, 2010 at 08:26, Joffrey Fuhrer - NOVLOG < joffrey.fuh...@novlog.com> wrote: > Hello there, qooxdoo-list! > > I'm wondering about a possibility to do something in qooxdoo > without too much effort and trust that some of you may have > some ideas about it, so here's my questioning : >

[qooxdoo-devel] Waiting on multiple events

2010-11-22 Thread Joffrey Fuhrer - NOVLOG
Hello there, qooxdoo-list! I'm wondering about a possibility to do something in qooxdoo without too much effort and trust that some of you may have some ideas about it, so here's my questioning : Is there any facility in qooxdoo that allows to listen to multiple events at once, and perform a given