Move a multipe view from one perspective to an other [message #554113] |
Fri, 20 August 2010 04:33  |
Eclipse User |
|
|
|
Hello,
I want to create a new perspective different from the default one but using the same views of the default one in the new one created.
In the case of the simple view, I can move it from one perspective to an other without any problem.
In the case of multiple view, I can't do it. In fact, each time I ask to move the view a new empty one is generated in the appropriate place.
How can I resolve this problem.
I have used this code to move the view.
layout.addView(View_id, IPageLayout.LEFT,0.4f, layout.getEditorArea());
=> that is generated the view in the correct position but empty.
I want to move the view with the its data.
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.03334 seconds