Hi Wayne, Julian,
have you tried the "Tree" object from the "Misc" sheet?
http://dia-installer.de/shapes/Misc/index.html
The object context menu (right click) will allow you to add/remove handles
as necessary.
Note that you can rotate the tree.
For the Nodes, have you tried the "Process/Auxil
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.
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
https://git.gnome.org/browse/dia/tree/installer/win32/dia.nsi?h=
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 you
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 al
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 co
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?
Regards
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
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 n
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
copy&paste to duplicate classes created in the package?
Have you
Hello All,
Joshua A. Shaw has created a set of HVAC (heating, ventilation and air
conditioning) shapes for Dia.
The shapes are freely available from
http://dia-installer.de/shapes/HVAC/index.html.en
and via diashapes. Thanks, Joshua!
Regards,
Steffen
Hi Ray,
On 09.11.2013 16:27, Ray Kornele wrote:
In Dia, I would like to see the capability to rotate objects, at least, in
45 degree increments, preferably in 15 degree increments.
Rotation support has been asked for many times.
If you're able to run Python plugins in Dia, there's a plugin tha
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
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 (con
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 intern
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 b
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 tr
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
form
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 s
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 Explor
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 assig
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
___
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
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 hexadecim
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?
Hello Peter,
sorry for the late reply.
On 25.06.2013 13:40, Peter BRENEIS wrote:
i noticed that there is a .dia folder in "%userprofile%" created after the
program starts first time.
what is the reason for that behaviour and how can i change that path to
another location for all users on the ma
>>> dia_rotate
>>> 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
# Copyright (c) 2009, 2011 Steffen Macke https://mail.gnome
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 some
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 they'r
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
ht
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 ver
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
__
Hi Kilian,
Killian De Volder hat am 24. Februar 2013 um
12:35 geschrieben:
> Hello no ... it's more like asking, what license do I need to put it under so
> it can be added
> here: http://dia-installer.de/shapes/index.html
> or even in included with Dia ?
In both cases, GPL v2 will allow for the
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
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
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 success
Hi Alexandros,
Dia's source code is available from
http://ftp.gnome.org/pub/gnome/sources/dia/0.97/
If you prefer the sources from a git repository, have a look at
http://git.gnome.org/browse/dia
Regards,
Steffen
On 08.01.2013 14:28, Alexandros Charalambous wrote:
Hello,
I am a second year
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
http://dia-installer.de/par
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 ___ dia-li
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 i
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
Hi Michal,
thanks for your interest in Dia.
On 08.09.2012 10:58, Michal Kolesa wrote:
Why it will new version 0.98 ?
There's no fixed release schedule that Dia follows. Version 0.98 will be
released once it's ready.
As the source code is available, you don't have to wait until the 0.98
rele
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 - w
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 you
man/listinfo/dia-list
FAQ 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-l
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,
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 Asop
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
Jason,
sorry to hear this.
On 09.08.2012 20:56, Alejandro Imass wrote:
On Thu, Aug 9, 2012 at 2:05 PM, jmarch 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 currently running th
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 reb
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 Ter
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
http:
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:
https:/
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 has
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 t
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 over
Hi,
Of course you would have to replace 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+ all-in-one-b
Hi,
On 20.06.2012 20:51, Hans Breuer wrote:
Of course you would have to replace 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.
T
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. Bu
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
http
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,
Steffen
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 so
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: Which
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,
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?
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 b
Hi John,
On 05/25/2012 05:22 PM, John Bollenbacher wrote:
Are there any known issues with creating shapes which contain text? I have had
success creating shapes with just a box or a box plus a .jpeg, however a box
containing text shows up as an invisible shape (though the icon looks as
expected
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 adde
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 another_table(another
Hi Slavko,
sorry for the late reply.
On 04/30/2012 09:53 PM, Slavko wrote:
Parse-Dia-SQL, to get the dia examles and learn how things are working.
I was success to create SQL from my simple attempts, simple tables,
custom types (typemaps), default values, etc. But i am not
able find way to cre
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:
http://git
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 isn't
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 ver
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? I
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 06
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 n
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
http://mail.gnome.org/m
Hi Mark,
http://dia-installer.de/howto/create_shape/index.html.en
describes step-by-step how to create additional shapes for Dia.
Alternatively, you could create JPG images of your symbols and convert
them into Dia shapes using
http://sheetcreator-dia.rhcloud.com/
The contents of the generate
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 backups
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, sendi
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
Reg
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 t
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
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 m
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 impr
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
possib
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.
You
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
Consume
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
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 y
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:
* Easier/
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, le
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
(thank
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,
St
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
http://mai
90
I'll try 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
htt
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:
https://bugzilla.gno
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):
http://www.gnu.org/licenses/gpl-2.0.
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 don
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
1 - 100 of 836 matches
Mail list logo