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: How to handle multiple views of the same type? on: October 20, 2008, 12:28:19
Thanks for the feedback! I took the same road like Joel proposed (after making sure the mediator name is unique through createUID). I don't understand however that (Pure)MVC doesn't have support for something essential like this out of the box  ???
2  Announcements and General Discussion / General Discussion / How to handle multiple views of the same type? on: October 20, 2008, 02:44:39
I'm struggling with the fact that I have multiple views of the same type in a tab navigator. The problem starts when calling proxy methods from the mediators attached to these views. The results of these methods are communicated through notifications. The problem is that ALL mediators get these notifications although only the mediator that called the proxy medthod is interested in the result. Is there some framework support for this or do I have to do my own plumbing?
Pages: [1]