Profile Picture

Problem with connectors! Need Help!

Posted By Marcelo French 12 Years Ago
Author
Message
Marcelo French
explanationmark Posted 12 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 7, Visits: 1
Hello, I have a problem with the connectors. When I load the diagram for the first time, when I click to collapse, the points of the connectors are collapsed together with the node (Attachment 1: BUG 1). When I remove a node and back to draw the diagram using

NDrawingDocument document = NDrawingView1.Document;

NLayer layer = (NLayer) document.Layers.GetChildAt (0);

document.Layers.RemoveAllChildren ();
document.Layers.AddChild (layer);
document.ActiveLayerUniqueId = layer.UniqueId;

Draw the diagram as well, but when I collapse a node works fine, but the connectors are in the same position, do not collapse together with the node (Attachment 2: BUG 2).

I need a quick response.

Thank you very much for your attention.

Attachments
BUG 1.png (183 views, 26.00 KB)
BUG 2.png (146 views, 26.00 KB)



Similar Topics


Reading This Topic