Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications are never responded #9

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment
Open

Notifications are never responded #9

GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Flex with flash modules is supposed to work. Can you provide some code, 
specifically 
regards to how you are loading the flash module.

-ds

Original comment by [email protected] on 14 Oct 2009 at 4:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant