Hi,

Which of the gwt 2.0 style event Handlers recognize pasting text into
a TextBox?  I have ChangeHandler, KeyUpHandler and MouseUpHandlers
installed on a TextBox but no joy.

I am trying to accomplish the following: I have a TextBox group
together with a button.  In the start state the TextBox is empty and
the button is disabled.  If I type in the box the KeyUpHandler seems
to know this and I can enable the button if the value is what I think
it should be.  I have yet to find the magic for using the mouse to
paste text into the box and have that trigger the enable-button
condition.

ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@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