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 / Architecture / Re: ViewStacks, Mediators and Deferred Instantiation on: March 26, 2008, 07:10:56
It turns out I neglected to add a call to "checkForMediator" in my Event Handler in the MainViewMediator.

Everything is working great!

Thanks,

phragm3nt
2  Announcements and General Discussion / Architecture / Re: ViewStacks, Mediators and Deferred Instantiation on: March 25, 2008, 12:25:56
Hey Cliff,

I will give that a shot this evening!  Thanks so much for the ideas!  I do have the interests listed in the array and in the handler with breakpoints!

So I'll dig in with the debugger to see what's going on!

Thanks again,

phragm3nt
3  Announcements and General Discussion / Architecture / Re: ViewStacks, Mediators and Deferred Instantiation on: March 24, 2008, 07:26:14
Cliff thanks for the great sample code!

I have it about 95% implemented.  What I'm finding is the dynamically instantiated Mediators are not receiving Notifications from my proxy.  Just as I had pulled out my last fistful of hair I registered my MainViewMediator to listen for the notifications and it worked as expected.

Short of posting my code can you guys think of anything I may have missed?

phragm3nt
Pages: [1]