Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Query regarding links. (Read 1389 times)
Anant_Shukla
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 36
Joined: Mar 16th, 2009
Query regarding links.
Mar 23rd, 2009 at 1:50pm
Print Post  
Hi,

I have used the Treelayout for arranging my diagram items. The issue I am facing is that while arranging them in the layout the links overlap the nodes. I used the link.Route property for that and that resolve the issue but by completely changing the layout of links which is not desired. I only need the links to disappear on the overlapping section the arrangement should not change.

Any suggestions how to accomplish the task.

Thanks and Regards,
Anant Shukla.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Query regarding links.
Reply #1 - Mar 23rd, 2009 at 2:15pm
Print Post  
Hi Anant,

Links that are processed by TreeLayout should be between adjacent layers in the tree. So, you might check the horizontal or vertical distance between the end points of all links (depending on the TreeLayout direction), and if it's close to TreeLayout.LevelDistance, leave the links as it is; otherwise call Route().

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