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 / Re: Problem registering multiple mediators to AIR app on: September 29, 2008, 12:42:31
That shouldn't be the case. Are you giving each of your mediators a unique String as a name and passing this to the super constructor?
2  PureMVC Manifold / Standard Version / Re: include swc to custom ant script on: September 11, 2008, 01:03:27
Stick any swcs you want to include into a folder and include the line:

:
<arg value="-include-libraries=PATH_TO_FOLDER" />
Also, for any externally linked libraries:

:
<arg value="-source-path=PATH_TO_LIBRARY" />
Pages: [1]