@llopht wrote:
Hi there,
I try to links two nodes, but the result wire is not in the correct orientation :
The right (green) node has this properties :
panel.fromSpot = go.Spot.Right; panel.fromLinkable = true; panel.alignment = go.Spot.Right;And the left node this properties :
panel.toSpot = go.Spot.Left; panel.toLinkable = true; panel.alignment = go.Spot.Left;I have double check my code but I dont understand where is the issue.
Jerome
Posts: 9
Participants: 2

