Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to create a visio like interface with mindfusion ? (Read 2363 times)
Hemant S
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Mar 17th, 2015
How to create a visio like interface with mindfusion ?
Mar 17th, 2015 at 7:23am
Print Post  
Hi,

My question is "Can we create a win form project with help of mindfusion diagramming control , which is having a look and feel of Visio" in which we can drag and drop component at run time and connect them via connector / arrow and define some logic with those connector and perform execution ?

Please help .. thanks in advance
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to create a visio like interface with mindfusion ?
Reply #1 - Mar 17th, 2015 at 8:17am
Print Post  
Hi,

You could use the NodeListView control to implement drag-and-drop palette (from MindFusion.Diagramming.WinForms.NodeListView.dll assembly).

To get multi-page documents as in Visio, use the DiagramDocument class to host collection of DiagramPages add a TabbedDiagramView to show them. This is show in TabbedView sample project.

To execute logic actions, follow the links in nodes' OutgoingLinks collection starting from some start node, select one based on your associated data and continue execution through Destination node. For an example, check the Scripting sample project.

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