I have created an app which creates a runtime error about 90% of the
time when it loads up. The app contains 4 embedded Flex 2 apps (using
SWFLoader). If I reduce the number of embedded apps to 2, the runtime
error occurs about 33% of the time. If I decrease the number of
embedded apps to 1, the runtime error never occurs. The error begins
as follows:

TypeError: Error #1034: Type Coercion failed: cannot convert
mx.core::[EMAIL PROTECTED] to mx.core.IFactory.
        at mx.charts.series::BarSeries/get
legendData()[C:\dev\flex_201_gmc\sdk\frameworks\mx\charts\series\BarSeries.as:178]


The error message indicates the file and line where the error occurs,
but this is an Adobe component, not something I wrote (and I can't see
the source of the component). All that my child apps are doing are
switching states to display a chart, and then adding bars onto the
chart (pretty straight foward). The parent app never touches the
charts, as it'a all handled within the child apps. The child apps also
run fine as stand alone applications.

Anyone have any ideas about this? Is this something to report to Adobe?

Frustrated...

Reply via email to