OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance, and the dispatched event did not pass through embedded windows. But I've never used systemManager, nor do I entirely understand bubbling. Can you forward me to an example or doc explaining this?
And does this somewhat move away from loosely-coupled components (which I'm trying real hard to achieve!). Thanks, - Chris --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Each popup is parented by the systemManager so it won't bubble from > one popup to the next. However, each popup can listen to the > systemManager for the event to bubble to it, or listen in capture > phase so you don't have to use bubbling.

