During a key event (down,press or up), is there a way to get the length of 
the TextBox as it is being modified?  The value isn't updated until the 
input is accepted so I can't just use getValue().length();  For example, if 
the value is "HELLO" (length of 5 characters) and the user presses the 
delete key 4 times, the value length is still 5 until the textbox blurs.   
I want to get at the temporary value as it's being edited.

How do I do it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xFLfdOZ-KaIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to