I found this but it doesn't seem to work for me: http://yakovfain.javadevelopersjournal.com/flex_best_practices_sketch_1_an_application_with_a_single_.htm
I urgently need to come up with a solution to pass an event to a module from an application. The modules pop up titlewindows which close when the user clicks somewhere in the module. Unfortunately, I just found out that the titlewindow doesn't close when the module is unloaded. I think I need to send an event to the module to close it. But that isn't working: mdLoader.child.dispatchEvent(new CloseEvent(CloseEvent.CLOSE, true)); Please help. It's very urgent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

