Thanks Manish.  
I'm only using mx:ModuleLoader, so I cannot set a breakpoint on this tag. How 
do I 
inspect the contents of contentLoader when I'm not using pure 
actionscript/breakpoint?

I may need to try a different way to load the module via AS3.

Strange thing is that I get the error once on first time page load, then on 
page refresh, it 
works ok and continues to work on all subsequent refreshes. This suggests a 
client-side 
issue.  May be an issue with my Mac.

I'm currently investing if it is a problem that I'm trying to load the same 
module into two 
different places within the same parent app.  Each has a unique id, but both 
load the same 
module.  Not sure if that matters, since I'm new to using ModuleLoader.


Don

--- In [email protected], "Manish Jethani" <manish.jeth...@...> wrote:
>
> On Sat, Jan 3, 2009 at 7:17 PM, Don Kerr <fusionp...@...> wrote:
> > The very first time my Flex app is opened in the browser, I get this error
> >
> > TypeError: Error #1009: Cannot access a property or method of a null object 
reference. at
> > 
ModuleInfo/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\m
> > x\modules\ModuleManager.as:717]
> 
> So it looks like contentLoaderInfo is null ... which is, like,
> impossible. What does event.target point to? You can check that with a
> breakpoint. It should be pointing to the contentLoaderInfo itself.
> 
> Manish
>



Reply via email to