I have a situation where I need to send some info from a skin object to all of the modules in the page, I tried putting "Implements Entities.Modules.Communications.IModuleCommunicator" in the skin object, then calling the RaiseEvent, but the other listening modules are not getting the event, I tried to install an IMCExample module on the same page, and when i raise the event from that module all the other listening modules on the page get the event.
Is there a problem in raising the ModuleCommunication event from a SkinnObject?
Thanks in advance