I have an SWT application running on touch screens and i'm thinking
about implementing an on-screen keyboard with the design and options i
need.
By using getDisplay().addFilter(SWT.FocusIn, ...) i can detect focus
events on every Text widget. The only thing is that the Browser does not
send these focus events when focussing an text field within HTML code.
Would be great if you could give me any hints if and how implementing an
onscreen keyboard in swt is possible. My problem is that i can't detect
focus events on the browser embedded text fields.