Posted 15 years ago
by David
Hi, it's hard for me to explain the functionality I'm after. I want to be able to do realtime error checking. So far it's great, and its just one function to check for my possible errors. I call this method in the KeyTyped event, and so it is called everytime a key is pressed.
Is their a way to prevent the function from firing until the user completely stops typing?
Like in Visual Studio, the editor wont highlighting errors until you completely stop typing and have a pause.
Any ideas how I can achieve this?
Thanks.
Is their a way to prevent the function from firing until the user completely stops typing?
Like in Visual Studio, the editor wont highlighting errors until you completely stop typing and have a pause.
Any ideas how I can achieve this?
Thanks.