flowchart

What are the good wpf flow chart diagram control packages available?

I am searching for commercial control packages that can draw flow charts, similar to GoXaml and MindScape WPF Flow Diagram. Is there other well established commercial WPF flow chart control packages available on the market which I should consider? ...

How can I include a .eps figure within a Tikz simple flow chart?

Hi, I would like to create a simple flow chart in latex with the TikZ package similar to the following example http://www.texample.net/tikz/examples/simple-flow-chart/ However I would like to include figures (a time series plot created in R, as eps or something else) within the flowchart (e.g. for example within a {block}? \documentc...

Import for Java or Other Languages that will Generate Flowcharts, Given Data

I'm trying to create an automated "spider diagram" like the ones created by VUE: http://vue.tufts.edu/ VUE is open source, but the issue is that you create the maps in the program. I want to have a program that will pull the data from an excel sheet and display the map automatically when run. I know how to open and parse the data in f...

Is there any free C/C++ code to flowchart generator tool available on the net?

Is there any free C/C++ code to flowchart generator tool available on the net for download? ...

Java FlowChart framework for the web

Do you know any Web FlowChart frameworks for Java ? What exactly do I mean by "Web FlowChart framework": Capable of generating BPMN diagrams; (If not BPMN, at least basic flowcharts / graphs that are easily customizable); The generated diagrams are easily embeddable in a Java EE (Oracle Adf 11g) application; The generated diagrams can...

Extend Workflow Foundation FlowChart

I would like to create a custom reusable workflow foundation activity based on the FlowChart activity. All of the built in classes are sealed therefore I cannot inherit it. These activities will be used in an application which re-hosts the workflow designer and used by non-developers. I can inherit from the NativeActivity class. Howev...

Designing a complex workflow diagram

We've got a surprisingly complex workflow that needs to be monitored by a quasi-technical employees with an in-house webapp. There's about 30 steps, some of which are manual (editing), some are semi-automated stop points (like "the files have been received" or customer approval of certain templates), and some are completely automated (f...

design workflow/flowchart representation in python ?

In my web application I have wizards with many next previous buttons and choices ( kind of flow chart with events and options ). Wizard do not run in one go, but may wait for external event, user come later or next day to carry on with that wizard. Currently I am manually writing code ( hard coded ) for each states of a wizard ( or a flo...

Is there any tool for flow-diagram available ?

is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code. ...

Displaying Flowcharts in Asp.net

Hi, I want to display some data relations (coming from an xml, for that matter) in asp.net as a flowchart. It doesn't necessarily have to be a freeware (although it would be nice). What do you recommend I use? Edit: Automatically arranging the node locations according to the relations would be a big advantage. ...

What are some free online flow chart tools?

Can somebody tell me of a tool that helps draw a flow chart online (to collaborate) but not make it public. I did see http://stackoverflow.com/questions/1952450 that talks of gliffy but it makes charts public in the free mode. ...

windows workflow flowchart and exception handle

Supose that I have a flowchat with a receive, custom code activity and sendreply and the custom code activity throws an exceptions. How can I return to the receive activity? Any ideas? ...

migrate COBOL code

Hi, I have a task to convert COBOL code to .NET. Are there any converters available? I am trying to understand COBOL code in high level. I have a trouble understanding the COBOL code. Is there any flowchart generators? I appreciate any help. Thank you.. ...

MVVM flow chart question

Hi Folks I'm new to WPF and after glancing thru this article, http://stackoverflow.com/questions/3432423/mvvm-pattern-for-a-diagraming-application-with-wpf-convert-enum-to-xxxviewmodel I like to know if MVVM could be used or encouraged to use for a simple app that I like to try: The simple app is a wpf flowchart designer that allows ...

What is the difference between a workflow and a flowchart if any?

Hi, I'm doing a study on how to visualize a process of an application. Now I found the term workflow and workflow management but it's a little confusing. When I searched further the term flowchart also showed up. My question is now, is there any difference between the two because I see those two used in the same context. Thanks ...

WPF / Silverlight flowchart designer

Hi, Anybody knows an open source product/framework, based in the MS stack, that allows modeling workflows (flowchart)? It should allow: - Drag and drop different node styles; - Define properties for those nodes; - Connect the nodes; - Export to xml (non mandatory). Any help is appreciated. Regards ...

Sample Flow Charts

Hello, I need to create a flowchart to show Developer computers, Development server, Development DB, QA Server, QA DB, Staging Server, Staging DB, Production Server and Production DB as part of creating a process so that developers follow the same during the development to staging to production development cycle. Could you please direc...

Javascript Flowchart designer in style of CKeditor

Hello everyone. I've learned here, on stack overflow, that what I need is called "flow-chart". I need to allow user to draw in a browser (using his mouse) a flow-chart that would represent a flow of a process or an algorithm. This flow-chart should contain decisions (yes/no diamonds), tasks (rectangles), arrows, labels etc. Flow-chart ...

javascript library for state workflow presentation

I would like to know of a good javascript library for workflows, I'm currently using Joint JS, but I need something more visual impressive (users only like that). ...

C# designer flow chart app - how ?

Hi I'm new to C# WPF. There's a flowchart WPF program in C#. The program can display objects and connecting arrows between them. ie eg ======== ======== | | | | | obj1 | ------> | obj2 | ======== ======== 1 - How do I add a visual function to each object when right clicking them ? ie when I r...