You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a shell module in flex
2. Create a module in pure flash (no flex involved)
What is the expected output? What do you see instead?
Flash routes a notification, flex shell responds to it, so far so good
Flex routes a notification, the flash module does nothing
What version of the product are you using? On what operating system?
Latest version
Please provide any additional information below.
Will try to provide the sources ASAP
Currently i overcome this by using the AS3 Global class from
http://www.uza.lt/codex/as3-global-object/
meaning, that when i register the default route after the flash module is
loaded i also add it's facade to the global so instead of doing
routeNotification, i simply to sendNotification on that specific facade.
But it defeats the purpose of all the MVC
Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 6:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2009 at 6:28The text was updated successfully, but these errors were encountered: