RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Soenke Rohde
Are you using modules? This looks like an ApplicationDomain problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Freitag, 2. November 2007 12:18 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex is quite

[flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Soenke Rohde
. November 2007 12:29 To: flexcoders@yahoogroups.com 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Soenke Rohde
@yahoogroups.com 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
Sent: 02 November 2007 11:23 To: flexcoders@yahoogroups.com 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Soenke Rohde
Sent: Freitag, 2. November 2007 13:33 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Alex Harui
: [flexcoders] Flex is quite flakey (spurious errors!) Hmm, thanks for the link, I've gone through the presentation and I'm still a little puzzled, I use LocalConnection to simply send the XML string from the main application to the widget. I wait for the complete event to fire from

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
. Thanks - much appreciated. Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 02 November 2007 16:16 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 02 November 2007 16:03 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) It is the fact that wedgeItemRenderer needs

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
To: flexcoders@yahoogroups.com 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
November 2007 12:18 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Ok, and do you use modules? Did you try a clean in FB? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Sunil Bannur
Of Mark Ingram Sent: Friday, November 02, 2007 4:48 PM To: flexcoders@yahoogroups.com 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

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
? Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Soenke Rohde Sent: 02 November 2007 13:30 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Ok, and that's where you run

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 9:13 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) That's great, thanks Alex. For future group reference, here is some code