Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic HELP!! - Links pass over nodes (Read 1437 times)
tzippy
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 77
Joined: Jan 11th, 2009
HELP!! - Links pass over nodes
Apr 2nd, 2009 at 4:31pm
Print Post  
Hi,

I have a terrible problem when I have links between 2 nodes that are not parent-child.
The links pass over the other nodes as you can see in this image:
http://www.i-rox.net/img/untitled.bmp

Please solve the problem ASAP.
Thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: HELP!! - Links pass over nodes
Reply #1 - Apr 2nd, 2009 at 5:07pm
Print Post  
TreeLayout is intended to be applied only on trees. If you apply it on an arbitrary graph, it only arranges the elements of the graph's spanning tree and ignores links that are not part of it. You could loop over the Links collection and call the Route method of such links, after running TreeLayout.Arrange().

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint