|
|
Re: Canvas and Top node customization [message #987493 is a reply to message #553896] |
Mon, 26 November 2012 21:02 |
Spiros S Messages: 7 Registered: November 2012 |
Junior Member |
|
|
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 21:15] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03389 seconds