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 / How to organizate views? on: January 21, 2009, 03:27:05
Hello guys.  :)
Can anybody explain me how can I do with the pureMVC hierarchic views of mxml components?

If we have an login form at first time, and after user fill fields and push a button, this panel should remove from a view and new components will able to placed on the stage. And in according with the user's manipulation, this panels able to remove and in there place will able to place new components..

Some common questions:
- To create and registered a mediator, we using registerMediator (). Where I should placing code to create and add my *.mxml components to a place?
- If I don't want to use some view components and mediator for it anymore, what steps should I take to remove that from the scene?

Examples doesn't have big hierarchic of views and I haven't any ideas how this should work.

Help me please.
Thanks.
Pages: [1]