Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Windows Workflow Foundation Style (Read 1773 times)
GizmoHd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Sep 18th, 2007
Windows Workflow Foundation Style
Nov 6th, 2007 at 3:27pm
Print Post  
Has anyone made a workflow design that emulates the style used by the Windows Workflow Foundation designer?  I'd sure love to have something along those lines as an option with these controls.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Windows Workflow Foundation Style
Reply #1 - Nov 7th, 2007 at 10:19am
Print Post  
This is a sample project implementing something similar to the "Sequental Workflow" designer of WWF:

https://mindfusion.org/_samples/WorkflowDesigner.zip

The layout is not that good in some situations. We'll try to come up with better rules for the FlowLayout and release the completed sample with version 5.0.2 of the control. You can see another option for the layout by uncommenting the first few lines of the LayoutDiagram method, and commenting out the FlowLayout.Arrange() call.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Windows Workflow Foundation Style
Reply #2 - Dec 18th, 2007 at 1:25pm
Print Post  
Hi,

FlowChart.NET 5.0.2 contains a completed version of that example:
https://mindfusion.org/_beta/FCNet.5.0.2.Beta.zip

FlowLayout can not handle the recursive structure of workflow diagrams, so we have created a special layout method just for this example. We are going to integrate it into FlowLayout in on of the next releases.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint