On 17 août, 11:01, megala dhinakaran <[email protected]>
wrote:
> I am looking into a solution where when you type text into the
> TextArea it should notify the user how many characters are left to
> enter. Like you can only enter 200 or something.

Something like listening to KeyUp events and getting the TextArea's
getText().length() to update some other widget's content (such as a
Label) ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to