Danny Adair schrieb: > Ouch. So that won't work then. > Mmh, everyone has a parent, so wouldn't it be easy to have all events > (optionally) bubble up?
Only widgets have a parent. What's about if you want to react on some selection event or something like this? No, bubbling is not a good choice for this. Also I think this should be available on top of the event system. Nicely separated and not as an part of it. Sebastian > > Kind regards, > Danny > > On 6/22/06, * Sebastian Werner* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Christoph Dorn schrieb: > > I am not familiar event.setBubbles(true). Is that a feature of > Qooxdoo? > > This only work for DOM like events. They will bubble up the parent > structure. But this is not the same like a real global event or even > communication layer. > > Sebastian > > > > ------------------------------------------------------------------------ > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
