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 / Standard Version / Cliff Help. Viewstack in CSharp on: August 21, 2013, 06:49:02
I have used puremvc in flex before, and trying the same in c#. Question is about single window, multiple views using concept of viewstack, and ideally lazy loading.

One approach is the grid and all views created in same co-ordinates. Using the visibility property through puremvc.

Any other better suggestion?
2  PureMVC Manifold / MultiCore Version / pipeworks - where are the module swf? on: August 01, 2009, 11:50:35
Cliff,

We recently implemented mc version of our single-core application using mx:modules, and are not yet using pipes. In looking at the pipeworks demo, I am confused why the module's (Logger / Prattle) swf don't exist - when the implementation uses modulebase.

If the mediator loads ahead of the view creation to do the framework wiring, do we lose the benefits of independent swf loading and memory management - as I only see one consolidated swf in pipeworks?  I am not clear, just need you to point me to more resources to look at.

Thanks.


3  Announcements and General Discussion / Fabrication / Will Fabrication be rolled into Multicore and Pipes as default? on: June 12, 2009, 02:21:43
I see Fabrication stream on Google. I am wondering why this is not in PureMVC home page?  Thank you.
4  Announcements and General Discussion / General Discussion / handling mx:state view creation and view re-activation in mvc on: December 28, 2008, 05:20:44
Although I can have work arounds, I am looking to understand how someone has tackled the re-activation of a state that involes addChild.

The addChild component fires a creationComplete event to get its mediator registered. However I am looking for a clean way of informing the mediator of the reactivation of this child. The creationComplete won't play a role in the reactivation of this child.

Thanks.
5  Announcements and General Discussion / Architecture / Handling flex mx:state addChild in puremvc (deferred creation) on: December 15, 2008, 09:47:46
As I am using deferred instantiation, I do not see any way around having the mediator listen to state change events and determining when the addchild component is created. 

I have read about the puremvc statemachine, however I am wondering if anyone has a better approach of handling addchild views in puremvc.
6  Announcements and General Discussion / Architecture / listNotificationInterests on: June 26, 2008, 03:05:35
Pardon my limited expertise.

In implementing mediator on flex, I realize the listNotificationInterest method is executed during the construction of the mediator. Is there a method available to dynamically modify the notification list after mediator is constructed. I have a generic mediator which supports multiple views, so I want to include a notification in mediator under the event handler scope instead of the construction phase - as the notification value will only be available on creationComplete of the view.

Thank you.
Pages: [1]