carlosrovira edited a comment on issue #639: Binding doesn't work in Jewel List item renderers using VO URL: https://github.com/apache/royale-asjs/issues/639#issuecomment-579374581 Hi Jaiver, not sure if that applies to the thread, Have you tried to just use this: ``` [Bindable(event="arrEvent")] public var arrayListExample:ArrayList = new ArrayList(); ``` compiler should generate getter/setter and dispatch the `arrEvent` directly. Anyway, all this is right and I think not related to the other problems Piotr stated. Maybe I'm wrong. Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
