by Donald Trump » Wed Jun 22, 2016 4:32 am
Well out of convenience, can't they make the enter button work if that is the case? And I doubt it is.
newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() {
public void onKeyPress(KeyPressEvent event) {
System.out.println("(message) =" + KeyCodes.KEY_ENTER);
System.out.println("(Message) =" + event.getCharCode());
}
});
Enter should do the same.
Last edited by
Donald Trump on Wed Jun 22, 2016 4:38 am, edited 1 time in total.
Just repeat after me: "Czar Ivan did not help me win the elections."