0
POPSFlex Best Practices: Binding cast error Strange thing. When you bind an XML source to an mx:List you have to cast the data object to XML before accessing the properties otherwise you get the warning "unable to bind to property 'XXX' on class 'XML' (class is not an IEventDispatcher)". Basically because the 'data' is Object and not XML.
0
POPSJSON Date formats JSON date formats are not too well documented as far as I know. Here is a format that works well. In the system I am working on, I am receiving the data from an asp.net backend.