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 / Re: Unable to send message through pipes on: September 25, 2008, 12:57:10
Hi Cliff..

Sorry for not posting the code, as you said I felt I would be asking too much if I asked for it to be debugged :D

The problem was in the plumbing. The plumbing code executed, however, the junction didn't register any pipes. The problem was that I used the creationComplete event in the module mxml and in the ShellJunctionMediator I used the initialize event to detect module loading. So my moduleJunctionMediator was getting instantiated after the plumbing code executed.

After spending hours debugging I expected the error to be more... complicated. (sigh)

Anyway, thanks a lot for your help! :)

Cheers,
novae.
2  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!
3  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]