I came upon this issue but whatever else I try to put in the options you specified then my top nodes are stacked on-top of each other and I cannot move them.
What is the right option there to make them align vertical?
The are 2 options to be filled:
-Figure Qualified Class Name: org.eclipse.draw2d.FreeformLayout
-Layout Type: UNKNOWN
Thank you in advance
[edit]
I also found this on my canvas editpart, but no matter what I put on the layout manager nothing ever changes
protected NodeFigure createNodeFigure() {
NodeFigure figure = createNodePlate();
figure.setLayoutManager(new StackLayout());
IFigure shape = createNodeShape();
figure.add(shape);
contentPane = setupContentPane(shape);
return figure;
}
[Updated on: Mon, 26 November 2012 16:15] by Moderator