Anuradha G
Results
3
issues of
Anuradha G
Text widget with SWT.MULTI flag has issue when have VerifyListener. cursor move to beginning when suggestion shown. (ON ANDOID ) eg: ``` textField = new Text(parent,SWT.MULTI) textField.addVerifyListener(new VerifyListener() { @Override...
bug
It will be nice to support ControlDecoration as it is useful control when we need to mark input control field as required or inline error mark. Is there any alternative...