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 (145 views, 26.00 KB)
Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi,

When you remove a node all connectors that were connected to it become disconnected, so when you add another shape you want the connectors to be connected to you should manually reconnect them.

We also recommend you use routable connectors with the Layered Graph Layout if you want to use its orthogonal edge routing feature.



Best Regards,
Nevron Support Team



Marcelo French
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
How I can do that?



Similar Topics


Reading This Topic