Try arg0.text = "blah blah"
instead.
Why this dont work?
text = new Text(parent,
SWT.LEFT);
text.addVerifyListener(new
VerifyListener()
{
@Override
public void verifyText(VerifyEvent arg0)
{
text.setText("blah
blah");
}
});
--
View this message in context: http://www.nabble.com/setText-in-VerifyEvent-tp18029433p18029433.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@...
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@...
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev