aharui commented on issue #793: URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-645154809
Set a breakpoint in the constructor so you know it is getting instantiated. Then in your application code that sets selectedIndex or selectedItem, step into the setter and it should end up in your custom setter. Your custom list setters are still not calling the superclass. That might be necessary to get everything to work. ---------------------------------------------------------------- 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]
