Skip to main content



      Home
Home » Newcomers » Newcomers » Bug In ApplicationWorkBenchAdvisor?
Bug In ApplicationWorkBenchAdvisor? [message #140231] Fri, 24 February 2006 21:12
Eclipse UserFriend
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?
Previous Topic:Eclipse for Solaris 10 on x86
Next Topic:Eclipse Book
Goto Forum:
  


Current Time: Fri Jul 25 09:06:11 EDT 2025

Powered by FUDForum. Page generated in 0.04526 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top