Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » need help with a perspective/view problem
need help with a perspective/view problem [message #437927] Fri, 07 October 2005 15:55
James Norris is currently offline James NorrisFriend
Messages: 52
Registered: July 2009
Member
I have an RCP app defined as an eclipse product. It contains two
perspectives, one with 3 views (2 on the top and 1 on the bottom) and no
editor, and one with just an editor and no views. Everything was working
fine until I moved some data model code to a separate plugin (just contains
some basic pojo's and hibernate mapping files) so I could reuse those
classes in another app. Now when I run the application I get an empty
editor window in the initial perspective that appears between the top 2
views and the bottom view.

When I switch to the second perspective everthing is normal with just the
single editor. When I switch back to the first perspective, the empty
editor window now contains the content from the editor in the second
perspective. The second perspective is opened programmatically in an
action. This is the only way an editor is opened in the application.

I haven't changed anything involving the views and perspectives so I have no
clue why this is happening. Everything else works as it did before I
created the other plugin, except for the appearance of the editor now
showing up in the first perspective. If I remove the dependency on the
model plugin and move the code back to the application plugin project I do
not get this behaviour.

I'm running eclipse 3.1.1 with BIRT 1.0.1.

Anyone have any ideas what would cause this to happen?

Thanks,
Jim
Previous Topic:Job Exception catching
Next Topic:Eclipse RCP Developer Wanted
Goto Forum:
  


Current Time: Fri Dec 06 15:14:58 GMT 2024

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

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

Back to the top