We don't use modules as such - but we do have widgets - which are Flex applications within the main Flex application. One of the widgets is a charting widget. We simply pass some XML data to the widget and it displays it in a chart of the user's choice. One of which is a pie chart. Sporadically the pie chart will crash in the WedgeItemRenderer code.
I've tried a clean, Firefox, IE7 and deleting all temporary internet files / cache. Thanks, Mark ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Soenke Rohde Sent: 02 November 2007 12:18 To: [email protected] Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Ok, and do you use modules? Did you try a "clean" in FB? ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Freitag, 2. November 2007 13:07 To: [email protected] Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) As in, I've closed the browser then relaunched it via Flex Builder. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Soenke Rohde Sent: 02 November 2007 12:04 To: [email protected] Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) What do you mean by "I've loaded my application again"? Did you reload a module or did you refresh the browser? ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Freitag, 2. November 2007 12:29 To: [email protected] Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) I was simply assigning some XML to a pie chart. I've loaded my application again and the error hasn't occurred - I have no idea why it popped up once?! Thanks, Mark ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sunil Bannur Sent: 02 November 2007 11:23 To: [email protected] Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Not sure what you are trying to do, but series.items gives you the list of all pieseriesitems in the series. Can you pls. post a code snipped, which is giving this error. Thanks -Sunil ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 4:48 PM To: [email protected] Subject: [flexcoders] Flex is quite flakey (spurious errors!) Another strange error from flex: TypeError: Error #1034: Type Coercion failed: cannot convert mx.charts.series.items::[EMAIL PROTECTED] to mx.charts.series.items.PieSeriesItem. at mx.charts.renderers::WedgeItemRenderer/set data()[C:\dev\flex_201_gmc\sdk\frameworks\mx\charts\renderers\WedgeItemR enderer.as:95] at mx.charts.series::PieSeries/updateDisplayList()[C:\dev\flex_201_gmc\sdk\ frameworks\mx\charts\series\PieSeries.as:1015] at mx.core::UIComponent/validateDisplayList()[C:\dev\flex_201_gmc\sdk\frame works\mx\core\UIComponent.as:5760] at mx.managers::LayoutManager/validateDisplayList()[C:\dev\flex_201_gmc\sdk \frameworks\mx\managers\LayoutManager.as:600] at mx.managers::LayoutManager/doPhasedInstantiation()[C:\dev\flex_201_gmc\s dk\frameworks\mx\managers\LayoutManager.as:673] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[C:\dev\flex_201_gmc\sdk\fram eworks\mx\core\UIComponent.as:7909] at mx.core::UIComponent/callLaterDispatcher()[C:\dev\flex_201_gmc\sdk\frame works\mx\core\UIComponent.as:7852] "cannot convert mx.charts.series.items::[EMAIL PROTECTED] to mx.charts.series.items.PieSeriesItem" I don't even know what to say about this... Mark

