Bug In ApplicationWorkBenchAdvisor? [message #140231] |
Fri, 24 February 2006 21:12 |
Eclipse User |
|
|
|
Originally posted by: mthor.warwick.net
I'm going through a simple example of RCP using the hello world template.
after creating the project, I create a new view and everything is fine at
this point. The problem comes when I go into the
applicationworkbenchadvisor(AWBA) and override the initialize with the
following:
public void initialize(IWorkbenchConfigurer configurer) {
// TODO Auto-generated method stub
super.initialize(configurer);
configurer.setSaveAndRestore(true);
}
When I run the app, the new view does not even showup anymore. When I
remove the code, it does.
Any Clues?
|
|
|
Powered by
FUDForum. Page generated in 0.04526 seconds