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 / Issue with removeCore on: March 22, 2010, 07:27:31
Hello ,

I am having a problem with removing a core completely , to do so i am using Facade.removeCore(key) ;
then i check Facade.hasCore(key) and it says false . all good till now .

When i recreate the same core at a later point and try instantiating it with the same key .
the instanceMap[key] seems to still contain a Facade object and thus my problem .
I checked the Facade.as and the removeCore should delete the instanceMap[key] so now i can reuse same key but something seems to be wrong ...

Any Help would be great.

Thx.
2  PureMVC Manifold / MultiCore Version / Using Pipes with a different approach - Clarification on: July 03, 2009, 06:09:20
Hello ,
I have been currently working on an application using the multicore where  pipes is used to handle data transactions between my modules. the simple examples mainly use a shell and module and communication is usually from shell to module and back module to shell...

Trying to do something more .. i have a module which by itself is a shell to other modules that it loads and handle separately  ... and at the same time i want to give some modules to talk to each other apart from the shell..

To do so i created a new junctionmediator  at the module [which is a shell for other modules now] and gave it all handling of communiction with its children modules..  well now i have 2 junctionmediator registered for a module .. and in case i need to add communication between modules i should add a 3rd junctionmediator .. i think i m doing something wrong or understood something not quite well any clarification would be helpful  ..
is the latter correct or it will cause problems ??
i m still working on this so probably it works...  :-\

- And does anyone have an example of using pipe using a different approach other than shellToModule , moduleToshell ... in slideshow for multicore and pipes on puremvc tv a diagrams was shown with different pipe connections .. is there an example on those ..

Thanks in advance  for any  help you can provide ..  :)
Pages: [1]