rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Notifications are never responded #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 stoica.i...@gmail.com on 12 Oct 2009 at 6:28

GoogleCodeExporter commented 9 years ago
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 darshan....@gmail.com on 14 Oct 2009 at 4:52