The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
61 views

flowchart connectors between user controls in silverlight

I'm trying to make connecting paths between various user controls, possibly with multiple connections emerging from a single user control, and preferably paths composed of only horizontal and vertical ...
-1
votes
4answers
808 views

I need help creating a flowchart using a switch statement [closed]

I need help creating a flowchart that will handle the following situation? I am having trouble understanding how to loop through until the user enters a valid value. What will my loop conditional ...
-1
votes
2answers
389 views

What tools do people from Android Dev Team use to create Diagram and flowcharts? [closed]

I really like the diagrams and flowcharts from the official developer.android.com website and I was wondering what was the name of the tools they were using. Anyone has an idea? What is also a good ...
7
votes
1answer
744 views

Creating Straight Edges in Graphviz

I want to create a flowchart (similar to Visio) using Graphviz. Here is a sample digraph. digraph start_up { node [style = rounded]; node [shape = rect] start end; node [style = ""]; node [shape = ...
0
votes
0answers
250 views

Need to create flowchart from Classic ASP code?

Need to create flowchart from Classic ASP code ? I have a App based on Classic ASP. I will further need to convert the app into .net ... Any tips...?! can i use sparx 7.5 for this ? does it really ...
8
votes
3answers
778 views

What's the name for this type of flowchart?

Take a look at this; it's very obvious how it works and what its purpose is: What's this type of chart called? Can I make this kind of chart in Visio? What software do you recommend for making ...
3
votes
2answers
571 views

language to create flowcharts

This seems like something which must have been answered before, but I can't find anything appropriate in the question archives. Basically, I'm looking for a little Domain Specific Language to create ...
6
votes
3answers
5k views

Javascript Canvas Flowcharting Project? [closed]

I am looking for a Javascript project which makes use of canvas to allow the creation of diagrams/flowcharts in the browser. Are there any active projects like that alive?
1
vote
2answers
2k views

Is there a way to automatically generate the data flow diagrams and flowcharts?

I am recently working on some long and obscure codes written by some other smart guys. I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds ...
0
votes
2answers
888 views

Internal format of Visual Studio .ncb files

I have decided that I really need to get some flowcharts for reverse engineering some code I have inherited. I do not have the Team edition of VS so I cannot use Team's built-in capabilities with ...
17
votes
9answers
31k views

Good freeware for flowcharts on Windows?

I have to present some 'process' or 'flow' of the application at work on friday. I was hoping to prepare a flow chart before I begin the hands on demo. Any suggestions for freeware sw to make ...
0
votes
3answers
1k views

flowchart: best practices

Could some one point to articles / books on how to create good flow chart diagrams?
3
votes
8answers
5k views

flow chart diagrams : tools / best practices

Are there any free online tools out there to make visio kind of diagrams. I would like to practice my flowchart skills. Are there any good sites or books or articles out there that discuss best ...
1
vote
3answers
224 views

Showing off your modules and processes (graphically)

One of our programmers came today with an interesting question: How can we show graphically of system ruining with a flow chart or something like that. The solution we are looking for has to be ...
5
votes
10answers
1k views

What do you use to create flowcharts?

I'm curious what tools people have found useful for building flowcharts. Obviously MS Visio and OmniGraffle come to mind but they both feel so bloated and also tend to emphasize the document ...
3
votes
6answers
334 views

Which tool do I use if I want to map a programming framework visually and see the relationship between all entities?

I find myself to be a visual person and sometimes it's easier to learn something if I can draw diagram/pictures out of it. My question is which tool do I use if I want to map a programming framework ...