I see. I didn't realize it was something downstream causing the problem. That actually clears up a number of problems I was having!
Thanks --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Nothing wrong in principle. These problems are hard to diagnose because > the call stack doesn't tell you who was about to receive the event. > > > > Go look at your listeners to make sure they are defined with the correct > type. Log all events you wrap and dispatch so you can see the name of > the event that caused the failure, then see who's listening and what > kind of event they expect. > > >

