Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
Image and BalloonTip on leave
posted

Could you provide help on how to implement the following scenario using WinValidator.
On Leave(or Validating) of a control, if validation fail I would like:
  - the user is able to leave the control;
  - an image is displayed near the control in error;
  - a BallonTip is displayed over the error image, and automatically disappear after determined amount of time;
  - the user can consult again the BallonTip by pointing the mouse over the image error.
 
I though I could use a combination of NotificationAction.Image and NotificationAction.BalloonTip, but BalloonTip seems to work only if RetainFocusOnError is set to true, which is not true in my case.

Thanks.