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 / Re: why notification called twice? on: November 26, 2008, 11:04:20
Have you found out your error?

Maybe you assign an event twice. Lemme explain. Maybe you set up on an UPDATE_COMPLETE (ie) to add an event to your button.

If you load the componend twice, then your event will be double, and thus, called twice.

Might help.
2  Announcements and General Discussion / General Discussion / Re: How to handle multiple views of the same type? on: November 26, 2008, 11:02:40
You could load and unload mediators depending on your needs too.
Pages: [1]