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 / Getting Started / Managing a lot of Proxys and Mediators on: December 03, 2009, 04:20:43
Hi,
My problem is very simple but i don't know how i should manage many Proxys with many Mediators.

The app should load images. The paths of these images are in a xml file.
Know I thought about the situation and get that conclusion:

XMLProxy loading XML (finished) -> ImageLoadCommand -> ImageProxy (for each Image) -> ImageVo (SaveData) -> ?

Is that logic right? And how can I send a Notification to a ImageMediator which was created after the XML had been loaded? How should I mange the Names of ImageProxys and ImageMediators

Tobi

Sry for the bad english :D
Pages: [1]