Select to view content in your preferred language

TypeError: Error #1034 #2007 : Type Coercion failed......

726
2
Jump to solution
01-09-2013 02:30 PM
RhettZufelt
MVP Notable Contributor
Now and then in debugger mode, it will start adding the following errors:

warning: The class widgets.TOC.toc.tocClasses.LegendSymbolItem has been used in a call to net.registerClassAlias() in _TOCWidget_FlexInit. This will cause widgets.TOC:TOCWidget to be leaked. To resolve the leak, define widgets.TOC.toc.tocClasses.LegendSymbolItem in the top-level application.    [SWF] /fv31/widgets/LayerList/LayerListWidget.swf - 399,490 bytes after decompression [SWF] /fv31/widgets/TOC/assets/images/loader.swf - 941 bytes after decompression TypeError: Error #1034: Type Coercion failed: cannot convert Object@eae09b9 to flash.geom.Transform. TypeError: Error #2007: Parameter child must be non-null. TypeError: Error #1034: Type Coercion failed: cannot convert Object@eae0251 to flash.media.SoundTransform. TypeError: Error #1034: Type Coercion failed: cannot convert Object@eae09b9 to flash.geom.Transform.


in the Console window but does not give a clue as to the file/location of the code that isn't getting along.  Any idea how to figure out what is causing this, and where to find it?

R_
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Rhett,

   I will be getting this fixed in the next version of the TOCWidget.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Rhett,

   I will be getting this fixed in the next version of the TOCWidget.
0 Kudos
RhettZufelt
MVP Notable Contributor
I wondered about that so I disabled ALL of my widgets and still got the error.

Your post got me thinking about it and I realized I didn't disable "all" of them, so I started disabling the UI elements widgets as well.  Turns out it comes from the HeaderControllerWidget somewhere as they go away if I don't load it.

Thanks again,

R_
0 Kudos