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 / Managing multiple windows with pure MVC. on: February 07, 2012, 07:01:41
In my application there are multiple screens which can be  minimized like in windows desktop. Now each has different instances of mediator which have same notification. So if I do changes in one screen say press some button >> which sends some command >> to proxy >>then proxy sends notifications to mediator.

But as multiple screens are active there it is showing changes in all screens as they are notified too by proxies .

How to make sure that proxy calls to particular view component (mediator ) and not for all live instances of mediators ?
Pages: [1]