aharui commented on issue #508: Issue in MaskedTextInput URL: https://github.com/apache/royale-asjs/issues/508#issuecomment-544229139 Looks like your MaskedTextInput relied on a protected var textField in mx.controls.TextInput which has not been emulated. It also looks like someone on your team altered MaskedTextInput and added a private var textField which is not initialized, resulting in this error. I recommend that you remove the private var textField and replace textField.setColor with setStyle("color, 0);
---------------------------------------------------------------- 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
