Well well well. Turns out the problem is that my app is called BarChart, and therein lies the conflict. Since I need to keep the app name as is, I just instantiated the chart using the full namespace name: barchart:mx.charts.BarChart = new mx.charts.BarChart();
Case closed. --- In [email protected], "Sherpa_Ed" <[EMAIL PROTECTED]> wrote: > > I had encountered a 1119 error when creating a BarChart using Beta 3 > and assumed it would be fixed in the release. Unfortunately, I'm still > getting the same bug and am curious if anyone might be able to shed > light on what could be the problem - either on my end, or perhaps if > this is a known deferred bug (can't imagine!). > I entered a bug a few weeks back that seemed to just sit in the system > without comment. Here's the URL with a description and images: > > http://bugs.adobe.com/jira/browse/FB-12025 > > Strange little bug. If I change the BarChart to either a CartesianChart > or ColumnChart, it compiles fine. It fails only as a BarChart. > > Any thoughts? >

