Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / Unable to send message through pipes on: September 19, 2008, 07:02:52
Hi all..

I'm still new to pipes, hope you guys can help me.

Basically, I cant send messages from one junction to another. I've registered the listener for the message, I have connected the module and shell with correct input-output pipes, everything seems to be in order. But, the message is not coming through.

Please tell me what I'm missing..

Thanks!
2  Announcements and General Discussion / General Discussion / Same mediator for two different facades? on: September 01, 2008, 04:49:58
Hi all..

I have a singleton mediator which I have registered with two different facades - one  facade in the main app package, the other in another package. This singleton mediator is not in the app package. Essentially, I'm trying to use this mediator a middleman for communication.

But I'm unable to send notifications from the singleton mediator which are supposed to be received by other mediators/commands/proxy in the main app package.

Can someone please point what I'm doing wrong? Is there a better way of doing this kind of communication?

Thank you for your help!
Pages: [1]