Question

We have developed an eclipse rcp application using 3.5 and are trying to move it to 4.2.1.

It is a simple RCP application with a view. On doing the basics and launching it I found that the Perspective.java-> layout.setFixed(true) is not working anymore. Since it was a single view application, it didnt require re-sizing, hence we did not want the coolbar with close/max/min buttons here, hence had used the API.

But with the new Eclipse (Eclipse 4.2.1), the toolbar with maximize-minimize button (just above the view) is visible even when this method is called. I found some discussion on this issue here https://bugs.eclipse.org/bugs/show_bug.cgi?id=331402 but I am not sure if this is a problem and if so, when and if this would get fixed with Eclipse 4.

I appreciate any kind of help I can get here.?

Was it helpful?

Solution

That's the correct bug, and it was fixed in 4.3 (Kepler).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top