pashminakazi commented on issue #830: URL: https://github.com/apache/royale-asjs/issues/830#issuecomment-629129940
@aharui Thanks now change event is being triggered.. but there's an exception in function which is called on change event.  Change function : ``` private function fn_addSysColumns(e:Event):void { selectedListItem = List(e.currentTarget).selectedItem; impchg_Formula_Disp.text = impchg_Formula_Disp.text + " " + selectedListItem.label; impchg_Formula.text = impchg_Formula.text + " " + selectedListItem.id; } ``` selectedListItem is null that's why selectedListItem .label is null why selectedListItem is setted null? selectedListItem is object variable ---------------------------------------------------------------- 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]
