Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » problem with rcp application
problem with rcp application [message #448903] Sun, 07 May 2006 06:50 Go to next message
Eclipse UserFriend
Originally posted by: tiennm2002.gmail.com

I had created a HelloWorld RCP application
In this applicatin, i set to show the perspective.

when i run, and open the Resource perspective, i saw that, all the project
name in the Navigator is blank.

How to display the project in the Navigator View in this case?

Thank you very much
Re: problem with rcp application [message #448908 is a reply to message #448903] Sun, 07 May 2006 11:33 Go to previous messageGo to next message
Eclipse UserFriend
Hi tiennm,

I not sure if this is outdated, but there were issues with the
navigator. You had to add

WorkbenchAdapterBuilder.registerAdapters()

somewhere in your WorkbenchAdvisor (preferably as early as possible, try
preStartup or preWindowOpen in the WindowAdvisor).

This however introduces a dependency to org.eclipse.ui.ide afaik.

Hope that helps
Best regards
Alex



tiennm wrote:
> I had created a HelloWorld RCP application
> In this applicatin, i set to show the perspective.
>
> when i run, and open the Resource perspective, i saw that, all the
> project name in the Navigator is blank.
> How to display the project in the Navigator View in this case?
>
> Thank you very much
>
Re: problem with rcp application [message #449254 is a reply to message #448908] Thu, 11 May 2006 09:25 Go to previous message
Eclipse UserFriend
Originally posted by: tien.nguyenmanh.gmail.com

Thank you very much,
It work now, but just a small problem. The navigator now display well
except the project icons. The project icons are blank while other icons
are displayed well.
Previous Topic:How to create a editor for a new perspective
Next Topic:preferences.ini?
Goto Forum:
  


Current Time: Sun Aug 31 08:32:58 EDT 2025

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

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

Back to the top