With the setKey(char) method it was possible to change user input in a TextArea/TextBox character-wise on-the-fly. Since GWT 1.6 setKey is deprecated. What should I use now?
I think of a hack à la: onKeyPress > getText() and replace the last character according to a HashMap > setText(new_Text_With_Replaced_Last_Character) ...but the performance may be awful with long texts. Is there any other way? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
