Re: Automated file export

2014-02-08 Thread Steffen Macke
Hello Martin, have you tried the following command? dia myfile.dia -e myfile.svg Running dia --help should show you some more commandline export ideas. Regards, Steffen On 02/08/2014 10:56 AM, Martin Goik wrote: dia2svg myfile.dia myfile.svg.

Re: thanks for nothing - a look at the uninstaller

2014-02-03 Thread Steffen Macke
Hello Christophe, On 01/30/2014 07:30 PM, Christophe Ponsard wrote: https://git.gnome.org/browse/dia/tree/installer/win32/dia.nsi Unless you've build the installer yourself, this is not the installer source. Please have a look at

Improved Shape Search

2014-01-22 Thread Steffen Macke
Hello All, an improved Dia Shape Search is available from http://dia-installer.de/shapes/search.html The search results now contain the toolbox icons, which makes it much easier to judge if a listed object is really what you're looking for. The search should be much faster now, occurring as

Re: Adding a user defined attribute to the standard line - or another line-object, that works the same as the regular line object, but with user definable attributes in dia?

2014-01-15 Thread Steffen Macke
Hi Einar, if you have a chance to look at the current development state of Dia in git master, you'll find that the standard line object is equipped with a number of meta fields that could be possibly used for your purpose. Besides there might be other solutions possible in Dia 0.97.2: You may

Re: Adding a user defined attribute to the standard line - or another line-object, that works the same as the regular line object, but with user definable attributes in dia?

2014-01-15 Thread Steffen Macke
Hi Einar, On 01/15/2014 03:25 PM, Einar Indridason wrote: Cool! Any idea when that will become the next released version? (And, since I'm using Debian, that will be around 3-5 years from now :-) I'm sorry I have no idea. Depending on the complexity of your classification, it might

Re: Table object?

2014-01-03 Thread Steffen Macke
Eric, On 01/02/2014 11:05 PM, Eric Fowler wrote: I am looking for a simple Excel-type table object that I can use in Dia. I have tried the Database table but that is not what I need. Anyone know if one exists? did you have a look at the Resizable Grid in the Misc sheet? You can adjust the

Re: would you help me, please?

2014-01-03 Thread Steffen Macke
Greetings, 별은빛나고! Does your loop symbol belong to a special notation? The symbol looks pretty basic, you could use a simple polygon for it and place a text object on top of it. Do you know how to create your own shapes? http://dia-installer.de/howto/create_shape/index.html.en Regarding the

Re: dia: python plugin - get selected line length

2014-01-03 Thread Steffen Macke
Thanks, Neil! I've set up a little github repository to collect Python plugins and added your getlength.py: https://github.com/sdteffen/dia-plugins I've updated the comments a little bit, added some TODOs and removed an unused function. Anyone else who would like to share his plugins?

Re: Copy paste in UML Packages

2013-12-13 Thread Steffen Macke
Hi Nicolas, On 13.12.2013 13:51, Nicolas Hohm wrote: Hey guys, i'm using DIA for creating a uml class diagramm. Now i have created a diagramm and like to create packages. How can i move existing classes into a package or using copypaste to duplicate classes created in the package? Have you

Re: Icon for human or user?

2013-10-28 Thread Steffen Macke
Hi Eric, On 10/28/13 8:14 PM, Eric Fowler wrote: Easy question: does dia have an icon for a human or a user, other than the UML 'Actor'? If you look at the Cisco — Miscellaneous, you should find several icons (shapes) of human beings. http://dia-installer.de/shapes/ciscomisc/index.html If

Re: All-in-one window option (--integrated)

2013-10-24 Thread Steffen Macke
Hi Doom, On 10/24/13 10:59 AM, Doom wrote: So I have done a .bat file which name is 'dia_integrated.bat' in bin of Dia. There's only one line in this batch : D:\Programs\Dia\bin\dia.exe --integrated %1 Could you try to change dia.exe into diaw.exe in that file? dia.exe is the commandline

Re: Dia Error

2013-08-22 Thread Steffen Macke
Hi Andy, On 22.08.2013 15:49, Andy Parker wrote: Can you please help on an issue a user is experiencing with DiaShapes - we receive the error Unable to Download Sheet Information when we try and run the application Which version of Diashapes do you use? Is the app able to access the

Wiki mess

2013-08-09 Thread Steffen Macke
Hi, for a while, http://live.gnome.org/Dia is redirecting to http://wiki.gnome.org/Dia. That wasn't perfect, but working But now it looks like all the pages are gone. There's a fragment under https://wiki.gnome.org/Apps/Dia but that's not much. Once again there's the question Which should

Re: Performance of Dia

2013-07-18 Thread Steffen Macke
Hi Nalini, On 17.07.2013 22:39, Nalini Karthik wrote: Can any one tell me how is the performance scalability of Dia? For example if I want to generate diagrams with items in the range of more than 1000s in it. Instead of waiting for some kind of marketing statement here: Why don't you just

Re: Need some clarifications

2013-07-15 Thread Steffen Macke
Dear Nalini, On 15.07.2013 11:58, Nalini Karthik wrote: 1. As far as I have seen its possible to import any diagrams (ER, BPMN, UML, graph or any diagrams) defined in specified file format. Is it right? Besides its native .dia format (actually xml), Dia supports a range of different import

Re: Dia Development

2013-07-13 Thread Steffen Macke
Hi Bruce, On 11.07.2013 17:50, Bruce Como wrote: I have VS 2010 which has C++. Is there a dia project I can import? With VS 2010 you'll most probably have to recompile all underlying libraries, because VS2010 doesn't use the msvcrt.dll runtime. There's no VS project to import. But there's a

Re: vsd2svg - Batch file to process vsd files with several pages

2013-07-09 Thread Steffen Macke
Hi, there's a new vsd2svg release that adds an -a option, allowing to export all drawing pages into numbered svg files. vsd2svg -a example.vsd example.svg Creates example1.svg and example2.svg, if the example.vsd has 2 drawing pages In addition, there's a Windows installer, Windows

Re: How to get hexadecimal colour value from Python API?

2013-07-08 Thread Steffen Macke
Hi Bao, On 08.07.2013 08:52, Bao Niu wrote: Now if I want to extract colour value for an object from Python API, there is only one form, namely decimal RBG value, and even worse, they are three separate attributes (value.red, value.blue, value.green), is there a way to extract a single

Re: What is update queue?

2013-07-08 Thread Steffen Macke
Hi Bao, On 05.07.2013 07:06, Bao Niu wrote: From the python API documentation I read this term update queue in several places. - add_update_all() - flush() - add_update() - update_extents() But I can't find a definition for this term. Could someone please give me a little explanation on this

Re: Dia for command line ?

2013-07-08 Thread Steffen Macke
Hi Nigel, just try dia --help on the command line to see all available options dia -e file.png file.dia will produce file.png from file.dia. The -t option allows you to select format/renderer. Note that there are several PNG renderers available Cheers, Steffen

Re: Can't print my dia diagram on my printer

2013-07-08 Thread Steffen Macke
Hi Lynn, sorry to hear this. On 09.07.2013 00:11, lynn gattis wrote: I have downloaded Dia to complete an assignment in college and I can't get it to print on my printer. My printer seems to be working fine for other print jobs. Please tell me what to do. I need to be able to print this

Re: Dia file turned to 0 byte

2013-07-03 Thread Steffen Macke
Hi Shelley, On 03.07.2013 04:53, Shengyun Liu wrote: Hi there, I am new to Dia :). I have to admit that it is gdexcept for the file crash. My files (end with .dia) currently were turned to 0 byte files. I am using a Win7 system and I really need those files back. Would you help me?

Re: How to import other modules from my own code?

2013-06-30 Thread Steffen Macke
' from '/home/user/.dia/python/dia_rotate.pyc' help(dia_rotate) Help on module dia_rotate: NAME dia_rotate FILE /home/user/.dia/python/dia_rotate.py DESCRIPTION # PyDia Rotation # Copyright (c) 2003, Hans Breuer h...@breuer.org # Copyright (c) 2009, 2011 Steffen Macke sdtef

Re: New Shapes: AUTOSAR

2013-06-24 Thread Steffen Macke
Thanks, Martin! I've added your AUTOSAR shapes to the Dia Shape Repository. http://dia-installer.de/shapes/AUTOSAR/index.html Installation via Diashapes is possible, an updated Debian dia-shapes package is in the work. Steffen On 22.06.2013 13:32, Martin Wichmann wrote: Hi, I created

Re: Your program

2013-06-20 Thread Steffen Macke
Hi Tammy, I'm sorry, there's no Dia version for the iPad. Regards, Steffen On 6/18/13 1:19 AM, Tammy Fontenot wrote: I was wondering if you have an app I can put on my iPad? Thank you for your time. ___ dia-list mailing list dia-list@gnome.org

Re: Fwd: API documentation for beginners

2013-06-20 Thread Steffen Macke
Hi Bao, On 6/20/13 7:51 AM, Bao Niu wrote: layers[0] vs. active_layer automatically refer to the same object that referred to by active_layer? Or it refers to something that only resides in memory and not being rendered yet? That why I asked if the two are the same. In this special case

New Value Stream Mapping shapes, Diashapes 0.3.0

2013-06-14 Thread Steffen Macke
Hi, Adam Černý created new Value Stream Mapping (Kanban board) shapes. They're available from http://dia-installer.de/shapes/value_stream_mapping/index.html If you want to install those shapes over your existing value stream mapping shapes, please make sure that you use the new Diashapes

Electrical (Belgian domestic electricity) shapes available from Dia Shape Repository

2013-05-21 Thread Steffen Macke
Hello All, the 77 electrical shapes created by Killian de Volder can now be installed using diashapes. They've been added to the Dia Shape File Repository: http://dia-installer.de/shapes/Electrical/ Thanks to Killian for making these shapes available! Regards, Steffen

Re: Question

2013-02-14 Thread Steffen Macke
Hi, On 02/14/2013 06:21 AM, Yidong Li wrote: I just downloaded latest Dia and going to use it to draw a flow chart. How can I embedded a Dia file into a MicorSoft Word File ? Thanks I assume that you're using Dia 0.97.2 on Windows. Have you tried Edit-Copy Diagram from the menu followed by a

Re: DIA Windows 8?

2013-02-07 Thread Steffen Macke
Hola Donaji, On 05.02.2013 18:31, Donaji G. wrote: I would like to know if DIA can be downloaded in spanish for Windows 8, 64 bits. If so what is the linlk to acces to the download? It's not mentioned (yet) on the page, but the installer from http://dia-installer.de has been tested

Re: DIA: improving existing and developing new templates

2013-02-07 Thread Steffen Macke
Hi Darryl, On 07.02.2013 16:59, darrrylctx wrote: I would like to change/add functionality to some existing DIA templates and possible create some new ones. How is this done, and what is the best resource for learning how to do it? I guess that you're talking about Dia shapes - step-by-step

Re: For Windows platform: which Dia plugin or App to simplify design and documentation of small Database Applications ?

2012-10-23 Thread Steffen Macke
Hi Paul, there's a tutorial for database design with Dia: http://left.subtree.org/2007/12/05/database-design-with-dia/ As you're Windows only and not familar with perl scripts, you may prefer the compiled version of the PERL tool parsediasql. It's available from

Re: Custom Extensions to new Shapes

2012-09-22 Thread Steffen Macke
Hi Edheldil, On 20.09.2012 09:23, Edheldil wrote: P.S: since I have mentioned them ... any comments on http://www.eowyn.cz/dia/Racks-Cisco_Routers_ASR_9000.zip ? See http://www.eowyn.cz/dia/Racks-Cisco_Routers_ASR_9000.png for a screenshot ___

Re:

2012-09-19 Thread Steffen Macke
Hello Christian, On 19.09.2012 11:52, Christian Bruns wrote: So I copied the folder .dia from documents and settings to the new computer. Now I can see the new sheet, but the problem is, that if I want to add an object to my file I have no picture, because they have a path to a not existing

Re: export code visual to flowchart to dia

2012-09-19 Thread Steffen Macke
Hi Alain, On 19.09.2012 16:51, alain.lecoze wrote: I bought code visual to flowchart, but the export function allow only microsoft software. Can you give me a advise to try dia ? the Code Visual to Flowchart website just says Visio but doesn't specify if that's *.vsd or *.vdx files. If

Re: Lingua italiano diaw.exe 0.97.2

2012-09-16 Thread Steffen Macke
Buon Giorno Giampaolo, On 13.09.2012 16:04, gcante...@alice.it wrote: Buon giorno, ho istallato il programma diaw.exe 0.97.2 su un sistema operativo seven in lingua inglese e il programma non mi permette di cambiare lingua in italiano. I'm sorry that I don't speak Italian, but I hope that

Re: Question on adding shapes

2012-09-16 Thread Steffen Macke
Hi Martin, great to see that things have worked out for you. One thing that I've learned with open source is that you should never wonder if this would be useful for the community at all. I've seen much more exotic code being reused. If people are not interested, they'll simply not use it -

Re: Question on adding shapes

2012-09-10 Thread Steffen Macke
at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia -- Steffen Macke Betrieb von Webseiten Veersser Str. 14 29525 Uelzen Deutschland +49 322 234 782 36 d...@diagramr.biz http://dia-installer.de ___ dia-list mailing list dia-list

Re: How to make Mac OS Dia open a file on desktop following double click

2012-08-23 Thread Steffen Macke
Hi VIpin, Sorry for this. My first thought was that only $@ is missing in the wrapper script. But that's causing different problems. I've added it to Bugzilla so that it doesn't get lost: https://bugzilla.gnome.org/show_bug.cgi?id=682566 Steffen On Wed, Aug 22, 2012 at 6:41 PM, Vipin Asopa

Re: How to place extra connection points

2012-08-23 Thread Steffen Macke
Hi Xavier, I've finally found the time to implement the visual utility to help you. Here's a blog post that explains it: http://sdteffen.blogspot.com/2012/08/improved-dia-shape-export-draw-your.html Regards, Steffen On 14.03.2012 20:35, Steffen Macke wrote: Hi Xavier, On 03/14/2012 12:27

Updated Dia 0.97.2 DMG for Mac OS X 10.8 Mountain Lion

2012-08-11 Thread Steffen Macke
Hi, I've joined the Mac Developer Program and was able to sign Dia.app for Mac OS X. Depending on your security settings Mountain Lion's Gatekeeper might check this signature and cause problems. Thanks to all donors that made this possible! As Mountain Lion also removed X11 from the detailed

Re: Dia won't run on mac

2012-08-09 Thread Steffen Macke
Jason, sorry to hear this. On 09.08.2012 20:56, Alejandro Imass wrote: On Thu, Aug 9, 2012 at 2:05 PM, jmarch jmarc...@gmail.com wrote: Hello, I have just downloaded Dia and Dia shapes from dia-installer.de but it won't run on my macbook air !? I have ran both the MacPorts version and am

Re: Dia 64 bit

2012-08-07 Thread Steffen Macke
Hi Kevin, I just had a chance to test Dia on Mountain Lion. After optional X11 install in Snow Leopard and a default installation with Lion, Apple has removed it in Mountain Lion: http://support.apple.com/kb/HT5293 * Please install X11 (XQuartz) first - you may even have to logout/login or

Re: Dia 64 bit

2012-08-06 Thread Steffen Macke
Hi Kevin, On 05.08.2012 00:19, K Patts wrote: There is no displayed error message or even for that matter a notification message. Dia is simply not launching. Usually the Console gives helpful information in these cases. Applications - Utilities - Console. In case you're familiar with

Re: REMINDER Enquiry diaw.exe for commercial using

2012-08-04 Thread Steffen Macke
Dear Dirk Haller, there were two answers to your initial mail. I guess you didn't receive them because you're not subscribed to the Dia mailing list. You can find these answers as well as additional information (similar questions have been asked before) in the mailing list's archive:

Re: Dia 64 bit

2012-08-04 Thread Steffen Macke
Hi, On 02.08.2012 10:11, K Patts wrote: The currently available Dia for Mac OS X (Mountain Lion) seems to be a 32 bit only. Would it be reasonable to make a 64 bit version available (on Intel architecture) as well please? Maybe the problem is not with 64bit (because the DMG available from

Re: Dia layout drawing

2012-07-10 Thread Steffen Macke
Hi Mike, On 09.07.2012 20:20, Mike Cola wrote: I have been testing the Dia app for layout drawings such as floor plans and was wondering if its possible to set and display dimensions of lines as well as set a specified scale for the entire drawing? Besides the explanations that Alejandro

Updated Windows installer: Dia 0.97.2-2

2012-07-06 Thread Steffen Macke
Hi, an updated Windows installer is available from http://dia-installer.de This is a pure bug fix release of Dia version 0.97.2. If you're using Dia on other operating systems such a Linux or Mac OS X and you're using dia 0.97.2 already, there's no need to update. What was broken? Dia uses

Re: Issue with 0.97.2-1 Installer

2012-07-03 Thread Steffen Macke
Hi, I've found no option to pass the environment variable without opening a black window that will irritate the users or creating another wrapper exe. Here's an ugly hack: Setting GDK_PIXBUF_MODULE_FILE in winmain.c seems to work. Hans would you accept this? I would call g_setenv with

Re: Issue with 0.97.2-1 Installer

2012-06-24 Thread Steffen Macke
Hi, Of course you would have to replace dia above with the correct installation path. Or wait for Steffen to create an installer with a fully working gtk+ build. Or switch back to dia-0.97.1-1 installer, which had this working using an older gtk+ build. I'm using the official GTK+

Re: Issue with 0.97.2-1 Installer

2012-06-23 Thread Steffen Macke
Hi, On 20.06.2012 20:51, Hans Breuer wrote: Of course you would have to replace dia above with the correct installation path. Or wait for Steffen to create an installer with a fully working gtk+ build. Or switch back to dia-0.97.1-1 installer, which had this working using an older gtk+

Re: Need help for dia for MAC os

2012-06-11 Thread Steffen Macke
Hi Vinay, On 11.06.2012 12:32, vinay Kumar wrote: Could you please help me about what are the requirements to install dia sdk and other toll for development. I'm not sure if you're running Dia on Mac OS X already. If not, the easiest starting point might be the DMG that is available from

Re: floor plan shapes

2012-06-11 Thread Steffen Macke
Hi Chris, On 10.06.2012 18:21, C Walker wrote: I recently installed Dia. Love it! Are any floor plan drawing shapes available for Dia? I want to layout a floor plan of a bathroom that I can import into my 3D home modeling program. Floor plan shapes for Dia have been requested several times.

Re: shape default size

2012-06-07 Thread Steffen Macke
Hi, On 07.06.2012 09:40, vwf wrote: On my Debian Linux with Dia 0.97.1, the shape is 100x too large... might it have something to do with the interpretation of centi? I would suggest that you upgrade your Debian Dia to 0.97.2. We cannot fix problems in historic Dia versions. Regards,

Re: shape default size

2012-06-06 Thread Steffen Macke
Hi Frits, On 02.06.2012 07:51, vwf wrote: Hello, I made my own shape that works fine. The shape is '10' wide, but 10-what? When I put a shape on the canvas it is about 2.5 screen units, but the A4 seems about 15 wide. The unit for default width/height should be centimeters. I f it's not:

Re: svg in MS Windows

2012-06-06 Thread Steffen Macke
Hi Frits, On 06.06.2012 20:00, vwf wrote: I made my own shapes and used svg images for the content. This works fine under Linux, but when using the same shapes in MS Windows, I get an error on loading: Couldn't recognise the image format for file C:\Do... Is this a MS problem or did I do

Re: BPMN shapes have disappeared from sheet

2012-05-30 Thread Steffen Macke
Hello Huub, On 05/30/2012 05:26 PM, Huub van Niekerk wrote: I have been using the BPMN sheet and tried to add 2 custom shapes to the sheet. However, after restarting Dia, I find that all BPMN shapes have gone. Sheets like UML are fine, so only BPMN seems corrupted. How can I restore the sheet?

Re: fram shape

2012-05-30 Thread Steffen Macke
Hi Frits, On 05/30/2012 06:33 PM, vwf wrote: My first attempt to make such a shape failed. The hexagon is there, the shape has six connectors, but the letters are missing. At present the That's a bug: svg:text is not rendered. https://bugzilla.gnome.org/show_bug.cgi?id=676959 Until it's fixed,

Re: Dia Shapes for Finite Automata

2012-05-29 Thread Steffen Macke
Thanks Faraz, Thanks Minh! I've updated the shapes a little bit and added them to dia-shapes: http://dia-installer.git.sourceforge.net/git/gitweb.cgi?p=dia-installer/dia-additional-shapes;a=summary The shapes are also available from http://dia-installer.de/shapes/Automata/index.html and can

Re: creating and populating sheets

2012-05-22 Thread Steffen Macke
Hi John, sorry for the late reply. On 05/18/2012 06:02 PM, John Bollenbacher wrote: I understand how to create new shapes and how to move shapes between existing sheets. However, I can't see how to create a new sheet or place a new shape into an existing sheet. Can anyone help? I've just

Re: Dia to SQL conversion

2012-05-10 Thread Steffen Macke
Hi Slavko, On 05/10/2012 09:32 PM, Slavko wrote: The parsediasql produces the triggers for foreign keys in sqlite3 for me, but i expect the constraint definition, for example: CREATE TABLE table_name( some_id INTEGER, some_other INTEGER, FOREIGN KEY(some_other) REFERENCES

Re: Dia in swedish

2012-05-08 Thread Steffen Macke
Hi Manu, thanks for getting involved with the Dia translations! On 05/08/2012 09:36 PM, manuk7 wrote: However i got a question: i'd like to check my translation in Dia before to send it. So i compiled Dia, installed it locally (in my home), but when running it with ./app/run_dia.sh , Dia

Re: UML Code Generator for PHP

2012-05-08 Thread Steffen Macke
Greetings, Steven, On 05/06/2012 07:02 AM, Steven Garcia wrote: Greetings and salutations, I've extended the PyDia Code Generator from UML Diagrams to write Object Oriented PHP source code. Please, see the attached patch to The patch looks good to me. I've pushed it to git master:

Updated Dia Development VM based on Ubuntu 12.04 Precise Pangolin

2012-05-06 Thread Steffen Macke
Hi, an updated Dia Development VM is available from http://dia-installer.de/developer/index.html The VM now uses Ubuntu 12.04 Precise Pangolin and the VMWare Workstation 8 format. It also comes with autodia and dia2code installed. The download size is approx. 46% smaller than the previous

Re: Dia in swedish

2012-05-05 Thread Steffen Macke
Hi Kalle, On 05/04/2012 11:43 PM, Kalle wrote: How come Dia isn't available in Swedish? I agree that the Swedish translation of Dia is incomplete, but approx. 75% should be there. But maybe I've misunderstood your statement and you're having problems to use the existing Swedish translations?

Re: Request to link to your website

2012-04-29 Thread Steffen Macke
Hello Janel, you're most welcome to spread the word about Dia. Please do link to http://live.gnome.org/Dia Please do also post a link to your site with the Dia reference here (if that's possible and once it's in place), so that we can share it with others. Regards, Steffen On 04/29/2012

Re: Reg: problem is opening the tool

2012-04-24 Thread Steffen Macke
Dear Ethies, sorry to hear this. On 04/24/2012 06:08 AM, E T H I E S wrote: I am using windows 7 OS with all essential softwares but need to have Dia software for editind diagram. I successfully installed the tool and executed the tool. All the process did fine, at last when i marked the 'Run

Re: how to print one page

2012-04-19 Thread Steffen Macke
Hi Dapo, please select File-Page Setup from the menu. The Page Setup dialog will allow you to scale your Diagram e.g. to fit 1 by 1 page (Scaling section). Hope this helps Steffen ___ dia-list mailing list dia-list@gnome.org

Re: dia-list Digest, Vol 96, Issue 11

2012-04-17 Thread Steffen Macke
Hi yac, Am 04/17/2012 10:10 PM, schrieb yac: of finding what I want. But do you mean a FS search or something else? This mailing list is about Dia. I'm referring to Dia's search capabilities. Actually it can be. Like in environment of linux kernel, Torvalds mentioned that he doesnt do

Re: Look and feel

2012-04-16 Thread Steffen Macke
Hi Andries, Am 04/16/2012 02:22 PM, schrieb Boshielo, Andries: when running my application it opens the Diagram Editor window separately from the diagram1.dia. Hope I'm making sense. I would like them to be on the same screen as above. Try running dia --integrated from the command line

Re: [PATCH] Highlight color for bright text.

2012-04-16 Thread Steffen Macke
Hi, Am 04/16/2012 06:22 PM, schrieb Thomas Harding: http://live.gnome.org/Dia/HowToSubmitPatches Notably the Bugzilla link (after you has been done reading the guidelines). You can also mail to Steffen Macke (see credits in about). Hans is Dia's maintainer, sending patches to me is not a good

Re: organization, workflow

2012-04-13 Thread Steffen Macke
Hi yac, Am 04/12/2012 08:50 PM, schrieb yac: * How do you organize diagrams in such a project? I think you're in the best position to organize this. You're doing the work and you should feel comfortable with it. * How do I orientate in the files? Would enabling window title bars help, is

Re: A rip-off is a rip-off !!!!!!

2012-04-11 Thread Steffen Macke
Dear Fred Teeboom, Am 04/11/2012 08:54 PM, schrieb Fred Teeboom: A rip-off is a rip-poff ! Your message has been heard. I'm sure that everyone here on the mailing list agrees that you've been ripped off (keep in mind that we're no lawyers). But you're addressing the wrong people. The Dia

Re: A rip-off is a rip-off !!!!!!

2012-04-11 Thread Steffen Macke
Dear Fred Teeboom, I just realize that the eBay offer is still online. From the vendor page: Guarantee Full 14 day refund policy Did you ask the vendor for a refund? What was his reply? Regards, Steffen ___ dia-list mailing list dia-list@gnome.org

Online shape creation from JPG files

2012-04-04 Thread Steffen Macke
Hi, Ruben Veger has created an online shape/sheet creation tool called DShapeCreator. You just upload your JPG files and get back a zip file containing a sheet and shapes created from those files. An initial version is available under http://sheetcreator-dia.rhcloud.com/ Expect this to be

Re: Dia Icon Keeps bouncing

2012-03-31 Thread Steffen Macke
Hi Gregory, thanks for the feedback! On 03/31/2012 06:13 AM, Gregory Ryslik wrote: I'm running Dia on Lion 10.7.3. When I open the program X11 starts up and so does Dia but the Dia icon keeps bouncing even after the program opens. This is a bit annoying as my eye keeps going there. One

Re: About dia internationalization and localization

2012-03-27 Thread Steffen Macke
Hi Kulna, On 03/27/2012 11:46 AM, kulna wrote: I wonder if i can localize this software to sinhala language Sure you can. Here I want to know whether it's already internalized and to what languages it's been localized The existing localizations should be included in your Dia installation.

Re: Windows 8

2012-03-24 Thread Steffen Macke
Hi Josh, On 03/22/2012 01:03 AM, Josh Young wrote: Are you guys going to be updating to support Windows 8 x86 tablets? Most things seem to work, but I can't use the Text tool to enter text with the virtual keyboard. Sorry to hear that. I've tested Dia in a virtual machine with Windows 8

Re: Dia 0.97.2 on OS X Lion not recognizing 'Gradient' .svg files

2012-03-21 Thread Steffen Macke
Hi Philipp, On 01/31/2012 12:41 AM, Phillip Middleton wrote: I have installed the latest version of Dia on my Mac to test and used the diainstaller to add other shape files. In attempting to use the gradient tool, the svg files being referenced don't appear to be recognized (at least that's

Re: accelerator to create / new current type object

2012-03-17 Thread Steffen Macke
Hi Veronica, On 03/17/2012 05:29 PM, Veronica Cisneros wrote: The shortcut would let me press a key or two to create a new shape of the same type that is currently selected; in other words, if I just created a polygon, and I press the acccelerator keys, I would create a another polygon Have

Re: orientações software DIA

2012-03-16 Thread Steffen Macke
Hi, On 03/14/2012 07:40 PM, TANIA ROMANO DE SOUZA wrote: Boa tarde, Gostaria de saber se existe um tutorial do software DIA e se ele converte modelo relacional em lógico e físico. Obrigada! I think that not everyone on the mailing list speaks Portuguese. Here's the English translation

Re: Query

2012-03-16 Thread Steffen Macke
Hi Rashi, Can you please explain the same. After some point of time it can be charged or still can be used freely at any point of time. On 03/16/2012 09:32 PM, Sophoklis Goumas wrote: https://www.gnu.org/licenses/gpl-faq.html Besides the legal fine print that Sophoklis already mentioned,

Re: using dia-lib for a simple program

2012-03-16 Thread Steffen Macke
Hi Julien, On 03/16/2012 01:00 PM, julienjavalo...@yahoo.fr wrote: So far, my best bet is to use GTK and dia-lib. Is is a good idea ? Is it possible to use dia-lib ? Have you considered the use of a simple Dia plugin and/or some specialized sheets/shapes? Here are some advantages: *

Re: How to place extra connection points

2012-03-14 Thread Steffen Macke
Hi Xavier, On 03/14/2012 12:27 PM, Xavier Marchador wrote: there any visual utility that could help me with that? I'm working on something in this direction. Please be patient. Regards, Steffen ___ dia-list mailing list dia-list@gnome.org

Re: picture files to dia shape

2012-03-14 Thread Steffen Macke
Hi Ruben, On 03/14/2012 09:03 AM, Ruben Veger wrote: I thought it could be easier cause it toke a lot of time. I am working on a simple webbased utility to create Shapes. It creates the shapes That's an excellent idea! I'm looking forward to your tool. The more shapes the better. Regards,

Re: no help file for v0.97.2

2012-03-11 Thread Steffen Macke
Bernard, On 03/11/2012 04:40 PM, Bernard Cohen wrote: I have installed Dia on my Mac Mini 1.1 under OS X 10.6.8. It runs but there is no help file. Can I install help without recompiling and if so, where do I get it? Thanks Sorry for this. The bug has been reported before:

Re: no help file for v0.97.2

2012-03-11 Thread Steffen Macke
to bump a Dia DMG with Python support on my priority list, but I cannot promise anything. Regards, Steffen -- Steffen Macke Betrieb von Webseiten Veersser Str. 14 29525 Uelzen Deutschland +49 180 355 185 6116 d...@diagramr.biz http://dia-installer.de

Re: Permission to Review Dia in a Book

2012-03-08 Thread Steffen Macke
Dear Rizaldy Rapsing, Dia is free software and therefore you're most welcome to review it, take screenshots from it and write about it! I guess you're aware already that all the legal fine print related to Dia is in the GPL (the license that covers Dia):

Re: Dia on Mac pro = Not work

2012-03-07 Thread Steffen Macke
Hi Göran, sorry to hear this. On 03/07/2012 06:06 PM, Göran Anckers wrote: Hi I did try installing dia on 1 mac pro 8core (64) ­ then macbook pro (32) In both the x11 was installed Dia start and stop after 1-2 sek, an I see that x11 is running a short time of thest art time period. So it

Re: Regarding new image-based shapes and connection points

2012-03-06 Thread Steffen Macke
Hi, On 03/06/2012 09:26 PM, Feng Sian wrote: produced object does only have 4 connection points. And an arrow does If you would like to add more connection points, you have two choices: * Edit the XML source of the shape file. Information about the XML file can be found for example under

Re: Software dia

2012-03-06 Thread Steffen Macke
Hi Tábata, On 03/06/2012 02:22 PM, Tábata wrote: I would like to discuss some questions about the software Dia. I would like to know if is possible to put a background behind the library buttons. I did a shape file and a sheet file, but I would like to put a background of developing buttons. Is

Windows Dia 0.97.2-1 installer available

2012-02-29 Thread Steffen Macke
Hi, an updated Windows installer is available from http://dia-installer.de 0.97.2-1 contains the same 0.97.2 binaries as the 0.97.2 installer, but some of the underlying DLLs have been updated and the expired digital signature was renewed. Regards, Steffen

Re: Informacion Soporte

2012-02-28 Thread Steffen Macke
Richard, On 02/28/2012 05:53 PM, Osorio Salcedo Richard wrote: Deseo implementar la herramienta DIA en la empresa para lo cual deseo saber si tienen soporte sobre el mismo Tenemos soporte en esta lista de correo. ¿Cuál es su pregunta? Saludos Cordiales, Steffen

Re: Need help - icons for shapes missing

2012-02-23 Thread Steffen Macke
Hi Don, On 02/22/2012 10:43 PM, Don wrote: and executing it gives this screen and cache output: /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so Looks all fine to me. I guess you've verified already that

Re: Line Withs

2012-02-22 Thread Steffen Macke
Hi John, On 02/22/2012 06:32 PM, John D. wrote: I have a completed flow chart and I would like to change the line widths and shape outlines. Is there a global command to do this? Just select the objects where you would like to change the line width. Then do a right-click on of them and

Re: Need help - icons for shapes missing

2012-02-22 Thread Steffen Macke
Hi Don, Couldn't recognize the image file format for file '/usr/share/dia/shapes/Flowchart/display.png You picture is there in the right place, but there's a problem with the library to read the file. Could you check/reinstall your libgdk-pixbuf2.0? How did you install Dia (using the

Re: Need help - icons for shapes missing

2012-02-22 Thread Steffen Macke
Hi Don, thanks for the information! If you run /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders does it list libpixbufloader-png.so ? (it will list many other things as well) The output from this tool is cached in a file like /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache

Re: Cloud section in Dia menu

2012-02-08 Thread Steffen Macke
Hi Atul, On 02/08/2012 11:18 AM, atul jha wrote: I wanted to know if we can have a section covering Cloud related icons? I would love to help if needed. what are the icons you're looking for? Do they exist already and you just want to group them in a special sheet? Or do you have to create

Re: problems generating code from dia 0.96 to 0.97

2012-02-08 Thread Steffen Macke
Hi Ottavio, On 02/08/2012 11:40 AM, Ottavio Campana wrote: for o in layer.objects : for c in o.connections: for n in c.connected: if not

Re: Cloud section in Dia menu

2012-02-08 Thread Steffen Macke
Hi Atul, On 02/08/2012 09:42 PM, atul jha wrote: If it is okey, i will take week time and come up with the collected set, or should i follow the guide for creating shapes you mentioned? Starting from existing clip art and the guide I mentioned work very well together: You can just import

  1   2   3   4   5   6   7   8   >