Igor Arndt
Usage of regular expression in a Text control.
The Text control gets invalid when the input does not fit to the regular expression. This is ok. To make it valid again you have to change the input value.
Which event causes the validation of the input value of the Text control against the regular expression?
Is it possible to change the input value of the Text control by another control (ex. button) and set the Text control to valid? In my case I need to validate and reset several controls with a button.