Alex Harui wrote > You should be able to convert ProductItemRenderer to MXML and use > data-binding, or just have the AS version listen for the appropriate event > fired from the data item.
I've tried to create a new MXML component based on DataItemRenderer, but I couldn't even build compiler starts showing this error: /1551: Internal error in ABC generator subsystem, when generating code for: E:\apache-flex-flexjs-0.8.0-bin\examples\flexjs\DataGridExample\src\products\ProductItemRendererMXML.mxml: java.lang.NullPointerException / Is that class supposed to be extended as MXML component? Alex Harui wrote > Because of the pay-as-you-go philosophy, the data > provider used in the example does not dispatch collection change events, > and the DataGrid and renderers aren't listening for it. What alteration do I need to make the example works to dispatch collection change event and DataGrid/renderers listens to it? -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJX-Falcon-Binding-support-fixes-improvements-tp54632p56850.html Sent from the Apache Flex Development mailing list archive at Nabble.com.