Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Issues upgrading from 5.3 to 6.0 (Read 1022 times)
dhaval
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Nov 15th, 2012
Issues upgrading from 5.3 to 6.0
Dec 6th, 2012 at 11:52pm
Print Post  
I am planning to upgrade from mind fusion diagramming 5.3 to 6.0 (for windows form application).

I have a diagram with control nodes connected by links.
I changed the reference to use 6.0 and changed the events/properties to fix compile errors.

The code to draw the nodes and links remain the same. Yet the diagram drawn is very different.

There are two major diference:
1. In 5.3 if a node had multiple incoming nodes, they aggregated together as one thicker link. Whereas, in 6.0 they are all separate. Refer to 1 in attached image.

2. If a link has multiple labels, the labels overlap each other. Refer to 2 in attached image.

Let me know if you need more info from my side.
  

edited.png (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Issues upgrading from 5.3 to 6.0
Reply #1 - Dec 7th, 2012 at 7:00am
Print Post  
1. Are you using some of the built-in layout algorithms?

2. There was no support for multiple labels per link in version 5.3.2. Are you using attached nodes or link custom drawing to draw the labels? You could try replacing that with the new DiagramLink.AddLabel method, using the LinkLabel.AutoArrange option or specifying your own label positions.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint