When entering data into a text field I sometimes need to send a notify
event to indicate the enter key has been pressed:
text.typeText(message);
text.notifyKeyboardEvent(SWT.KeyDown, (char) 0, SWT.CR);
Is there another way to do this and if not how do I do it for a
combobox?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse