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 / Fabrication / Re: Solved: Multiple flash modules at the same time on: September 09, 2009, 04:43:07
I'm having the exact same problem. How did you resolve this? My variable scoping seems fine

To reiterate, if I load modules like this:

Module A -> Module B -> Module C

And route notification from Module C to '*', then Module A responder fires but not Module B.

Compiling just Module B -> Module C the responder within Module B fires on a routeNotification from C.

Looking in the debugger it seems all loaded modules are only being piped to the root module?  Not setting the default route address made no difference.

Should I be using something other than module.router = applicationRouter to set routes for multiple modules? I'm using Flash with fabrication, not Flex.
Any help would be great!
2  Announcements and General Discussion / Fabrication / Re: Fabrication and CS4 on: July 21, 2009, 07:17:31
My mistake, resolved in http://forums.puremvc.org/index.php?topic=971.0
3  Announcements and General Discussion / Fabrication / Fabrication and CS4 on: July 21, 2009, 06:49:57
Hey all,

I'm trying to compile a Fabrication project which works in Flash CS3 but when I try to compile it in CS4 I get the error:

1020: Method marked override must override another method

The error occurs in FlashController on line 123 (override protected function initializeController():void {)

Has anyone seen this before and/or knows of a fix?

Thanks,
Louis
Pages: [1]