I have an application where the user can type in some data. Then it will be validated and if the validation fails an exception will be thrown. Is it possible to show this exception in the statusbar? So that the user knows what is wrong.
I hope you can help me….. again :S
..? Catch the validation exception and set the statusbar text property?