I have create a control which CauseValidation=true (let's call it
ValidatingControl)
I have created another control reacting to user action.(let's call it
GuiControl)
Now my problem is:
If my ValidatingControl is not valid and I click on some other gui element,
such as a CheckBox or the close button of my window, nothing happen: which
is fine and expected.
But if I click on my GuiControl it react on user input as usual, regardless
of the fact my ValidatingControl is not valid.
So the question is: how do I check in my GuiControl wether or not I'm
allowed to react to user input (i.e. that there are no pending validation)?
--
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>