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  PureMVC Manifold / MultiCore Version / Re: Mediators can have multiple viewcomponents? on: July 21, 2010, 03:08:58
Thanks!

just pass as many vc as i want in constructor and compose the mediator with them. Right?

i got confused because there is no place to hold them inside mediator. Something like viewComponentMap.

but you are right. thanks
2  PureMVC Manifold / MultiCore Version / Mediators can have multiple viewcomponents? on: July 21, 2010, 02:02:56

is that possible?
3  PureMVC Manifold / MultiCore Version / Easy way to use pipes on: July 19, 2010, 12:39:38
http://forums.puremvc.org/index.php?topic=1757.0
4  PureMVC Manifold / Demos and Utils / Easy Way to use Pipes on: July 19, 2010, 12:33:41
http://code.google.com/p/labzpipes/downloads/list

There is a very simple extension for puremvc+pipes for easily send notifications between cores.

just use the connect method in the LabzJunctionMediator( that you extend ) to link the app to a MoviePipeAware.

The modules that you load must extend the MoviePipeAware class.

This is not well commented but it is very easy to use as you will see in the example.

If anybody can tell me any imprecision in my code, please you're welcome.
Pages: [1]