In trying to use formtoolkit in my moduleviews I get into the following problematic.
protected void basicCreatePartControl(Composite parent) {
toolkit = new FormToolkit(parent.getDisplay());
toolkit.adapt(parent);
form = toolkit.createForm(parent);
}
I get following errors
org.eclipse.riena.ui.swt.lnf.LnFUpdater Cannot create an instance of "org.eclipse.ui.internal.forms.widgets.TitleRegion"
org.eclipse.riena.core.util.ReflectionFailure: Error creating instance for org.eclipse.ui.internal.forms.widgets.TitleRegion with parameters [FormHeading {}, 570425344]!
at org.eclipse.riena.core.util.ReflectionUtils.newInstance(ReflectionUtils.java:147)
Any help is welcomed.
Thanks in advance
[Updated on: Wed, 05 May 2010 03:04]
Report message to a moderator