Re: Error: ModuleManager.as:671
I am getting the same error loading modules. For me I found that changing the
layout properties of the container that I am loading the module in made the
problem appear and go away. I'm loading a module as an itemrenderer in a
TileList. If I set the columnWidth and rowHeight properties of the list then I
have problems. If I don't set them both, then I get the "ModuleManager.as:671"
null pointer problem. I'm guessing that by setting the size ahead of time for
the itemRenderer flex doesn't need to query the module until later which gives
it time to load. Seems like a race condition to me. This is yet another bug
in flex.
|