Scout Preferences Implementation [message #1228180] |
Mon, 06 January 2014 10:37  |
Eclipse User |
|
|
|
Hi,
I was trying to collect information for building a demo in scout with a Preference Page in Scout.
However the only information I've found was the existence of a API org.eclipse.scout.sdk.ui.extensions.preferences.
I've tried extending the ScoutSdkPreferencePage class and calling it in a menu.
@Override
public void execAction() throws ProcessingException {
ScoutSdkPreferencePage pp = new ScoutSdkPreferencePage();
pp.createFieldEditors();
}
But I get a lot of NoClassDefFoundError's and the bundle org.eclipse.scout.sdk.ui.internal.ScoutSdkUi is not started.
Does someone implemented a working example? I believe this is a dependency/'target platform' issue however I would like to know if someone was able to implement a Scout PreferencePage.
Regards,
André
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.11797 seconds