Tagged Questions

DIA is an cross-platfrom open source diagramming tool.

learn more… | top users | synonyms

11
votes
1answer
3k views

UML Sequence Diagram in Dia?

What's a good workflow (usage procedure) for creating a UML Sequence diagram in Dia?
3
votes
1answer
233 views

dia python extensions - can you make code that does things based on the diagrams?

While creating some diagrams in Dia using the bpmn sheet I noticed that there's a capability for using python extensions on Dia. They have some examples on their site about doing so. Dia Project ...
2
votes
1answer
541 views

Looking for a customizable “flowchart builder ” builder

I need to create a customized graphical flowchart builder. There are only three classes of connectable components, and two kinds of connectors from which the flowchart is constructed. Each component ...
1
vote
1answer
16 views

With DIA diagramming program, how to add cardinality notations on relationship lines?

I am using DIA v0.97.1 to draw an entity relationship diagram with UML sheet for my database model. However, I tried and failed to find a switch allowing me to add cardinality notations (e.g. 1...n) ...
1
vote
1answer
37 views

Draw scheme for algorithm

What program is modeled in this diagram?
1
vote
2answers
204 views

Dia for professional UML modelling

Dia is an excellent open source tool for UML modelling. I am currently using it for drawing ER diagrams. But the home page of Dia Dia has this to say about Dia "Dia is inspired by the commercial ...
1
vote
2answers
292 views

Software to make a tiers diagram?

i will make a tiers diagram and need a software to creategraphic, need some like this: http://i.technet.microsoft.com/Bb735136.msdfsvc01(pt-br,TechNet.10).gif anybody know software, makes this ...
1
vote
5answers
855 views

Using Visio (Dia) to Map Out Algorithms

I was just wondering how many experienced programers out there actually map out their process or algorithms in a program like MS Visio or Gnome Dia? I am trying to code some complex PHP for my ...
0
votes
1answer
11 views

How can I save my Dia drawing as a custom shape?

I've got an existing simple Dia drawing and would like to turn it into a custom Dia *.shape to use in other diagrams. How can I get my drawing into Dia's toolbox?
0
votes
1answer
17 views

dia: in Chen's Notation, what are dot-bordered atts and what are multivalue atts for?

I'm looking at , and I feel like I know what's going on until I see "PlayersIn" and "Foliage". Foliage is a double-line-bordered attribute because it is multivalued. What does that mean? How does ...
0
votes
1answer
9 views

Are those dia2sql tools sheet-specific?

I am using DIA v0.97.1 to draw diagrams for my database modelings. One thing that I really hope to get some advice from experienced members is about those dia2sql tools. They basically automatically ...
0
votes
1answer
27 views

Is there a silent installation mode for Dia on Windows?

How can I install the open source Dia drawing software available from http://dia-installer.de silently on Windows?
0
votes
2answers
12 views

Tool that generate ERD diagrams from SQL on Linux

Is there a tool for GNU/Linux that will generate ERD diagrams from SQL or database. I had a tool that do this on windows, I don't remember the name, that generate diagrams from database you simple put ...
0
votes
1answer
34 views

Importing bitmap in Dia

I am having a .png file listing some workflows and I need to edit it and add new workflows to it using Dia. Is there an option to import .png file and make it editable in dia ? If not any other ...
0
votes
1answer
34 views

dia export to html

Is there any way that I can export dia diagram into html (I know that dia exports to various formats such as svg, pdf, ... but I could not find anything that would allow me to export dia to html (with ...
0
votes
1answer
98 views

How to draw an Association Class in Dia?

I am using Dia to draw a few simple class diagrams. However I cannot make an association class (I can't connect a class to an association). Probably the program does not support it natively, but if ...
0
votes
1answer
163 views

Displaying & Modifying Diagrams / Flowgraphs in PyQt GUI

Essentially what I would like to do is draw a circuit diagram in a PyQt based on input given from another part of the GUI. My first thought was to simply use graphical tiles, and switch them out as ...
0
votes
1answer
684 views

Import custom SVG shapes

I haven't been able to import an SVG shape into Dia. It is expecting a .shape format (see http://dia-installer.de/howto/create_shape/index.html) One solution is to export the Dia figure as SVG and ...
0
votes
1answer
374 views

Installing dia on macports: invalid command name “post-deactivate”

I'm trying to install dia on Mac OSX, but I get an odd error: invalid command name "post-deactivate" $ sudo port install -d dia ---> Computing dependencies for diaError: Unable to execute port: ...
0
votes
1answer
64 views

How to filter specific symbols(Only defined in dll/Exe/lib) using dia2dump

I need all of my defined symbols (functions) in a certain DLL/EXE/LIB. I don't need kernel or other OS-layer symbols, only those that are defined by my own DLL or EXE, which I am giving it as PDB, but ...
0
votes
1answer
35 views

Adding line in Dia automatically sets to centre?

I'm trying to annotate a picture with the Dia application, by placing description boxes connected to arrows pointing to certain points on picture. However the arrows keep snapping to the centre of ...
0
votes
1answer
165 views

Any hints on programming Dia with Python extensions?

I'm searching for documentation on how to do it properly. Any hints?
-4
votes
0answers
42 views

Is Dia free for commercial use? [closed]

This question is asked frequently on the Dia mailing list. The answer is "yes". Dia is open source software released under the terms of the GNU General Public License (GPL) and is therefore available ...