I have a flex app under construction that makes use of a lot of . I have a main module that has child modules. Ugh, I know. in one of these sub-modules, i want to know if i click a button. The handler for that button-click resides "higher" up in the app. I added an eventlistener looking for the event that I dispatch down in the sub-module, but no-go. Am I doing something wrong or is there a scope problem or something?
I know this is kinda vague, but I don't really know how to even debug this one, frankly.
Thanks in advance and be gentle. :)