Page 1 of 1

TextBox-Control doesn't fire "Validate" event

Posted: 27 Jul 2010, 11:11
by micmartin
If I change focus between several TextBox controls and the "CausesValidation" property of each control is set to true, the "Validate" event should be fired. But this is only the case, when the focus is changed by pressing the tab key and not if I activate another control by mouse click

Re: TextBox-Control doesn't fire "Validate" event

Posted: 28 Jul 2010, 22:24
by TiKu
I can reproduce this behavior and will try to fix it. But this probably won't happen within the next 2 weeks, because I have much to do and next week I will be on vacation.

Re: TextBox-Control doesn't fire "Validate" event

Posted: 31 Jul 2010, 10:22
by TiKu

Re: TextBox-Control doesn't fire "Validate" event

Posted: 31 Jul 2010, 11:52
by TiKu
Okay, I've fixed it for the TextBox control. I still need to check the other controls, especially IPAddressBox and UpDownTextBox might be more complicated.

If you need this fix urgently, I can send you a prerelease.

Re: TextBox-Control doesn't fire "Validate" event

Posted: 31 Jul 2010, 12:24
by micmartin
Hi Timo,

thanks a lot for the quick response!

If you plan an official release within the next 2-3 weeks then there is no need for a pre-release. Otherwise it would be fine ;)

Cheers

Michael

Re: TextBox-Control doesn't fire "Validate" event

Posted: 15 Aug 2010, 16:34
by TiKu
Version 1.5.0 has been released. It contains the fix.