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
580
ultraNumericEditor Comma Ping
posted

Hello!

I always hear a sound effect (Windows XP-Ping.wav), when i use the Comma-Button (on Keyboard) in ultraNumericEditor's - how can i stop this?

Much Thanks - for answer!

Parents
  • 69832
    Verified Answer
    Offline posted

    That sound is played to tell the user that they are entering an invalid character. This is a commonly used UI pattern based on the premise that a fast-typing usermight not be looking at the screen as they type, and without that sound would not know that the character they typed was not inputted.

    Having said that, I think the control fires the ValidationError event when this happens, in which case you can handle the event and set the 'Beep' property of the event arguments to false.

Reply Children
No Data