I'm getting an error when I'm changing the text of a MaskedEditText from within the _TextChanged function, or from within the _EnterPressed function.
Unexpected event (missing RaiseSynchronousEvents): linesentry_textchanged
Is there any way I can prevent this, or can I ignore it? I can't really clear the text anywhere else in the current format of my application.
Unexpected event (missing RaiseSynchronousEvents): linesentry_textchanged
Is there any way I can prevent this, or can I ignore it? I can't really clear the text anywhere else in the current format of my application.