Hi Stoyan,
1) Wow!
8) Is it going to be in the next released version?
2) I can't get it to work... I do
this.diagramView.CopyToClipboard(false,true);
The problem is still there (missing ShapeNodes). Also, if I copy a container with 2 tablenodes in it that are linked to each other, the link doesn't get copied. Could you retry it using the Entities sample (the standalone one)... I just added the code above (from the 1
st post) and added another button to create containers:
// Create container
private void button2_Click(object sender, EventArgs e)
{
ContainerNode container = this.diagram.Factory.CreateContainerNode(0, 0, 50, 50);
container.Caption = "Caption";
container.EnabledHandles = AdjustmentHandles.ResizeBottomRight |
AdjustmentHandles.Move;
container.HandlesStyle = HandlesStyle.DashFrame;
}
I can send you the project if you think it could be helpful.
3) CopySelection & PasteSelection will be perfect for me
Thanks again for your answers. You're a big help.
Marie
Edit: Forgot to mention... Also replaced the dlls to use the ones from the private message