Adding shapes to dia

2010-10-25 Thread myken
Hello, I'm new to the list and I have not found an answer to my question using google, sorry. So here it comes. Is there a detailed tutorial on how to add sheets/shapes to dia? This is my problem: I like to add/change a sheet to the dia core. So I copied the SADT.sheet.in to mySADT.sheet.in and th

Re: Adding shapes to dia

2010-10-26 Thread myken
Hello Thimo, Yes please. If you can send me the draft version that would be great, maybe I can even add my experience to it ;-) Thanks. Robert On Tue, 2010-10-26 at 12:12 +0200, Thimo Langbehn wrote: > Dear Robert, > > > Is there a detailed tutorial on how to add sheets/shapes to dia? > > ther

Help needed on UML Shape change (state.c)

2010-12-09 Thread myken
Hello all, I'm trying to make a new copy of the state shape from the UML sheet. I have managed to create my own sheet and my own shapes using some copy-past techniques and the draft tutorial from Thimo Langbehn. So far so good. I managed to change the line colour of the "state.c" shape (now called

Adding a line style to box.c (SADT/IDEF)

2011-08-29 Thread myken
Hello, I'm trying to add a line style (Dashed) attribute to the box.c shape of the SADT sheet. I tried to use the diamond.c from the flowchart as a reference but I can't get it to work. If I double-click on the shape I can't select the line style attrib

Re: Adding a line style to box.c (SADT/IDEF)

2011-08-30 Thread myken
Sorry forgot to add the code. Here it is. In all the code I have check I never come across the PROP_FLAG_VISIBLE. Thanks for your help. Regards, Robert On 30/08/11 20:27, Hans Breuer wrote: At 29.08.2011 17:17, myken wrote: Hello, I'm trying to add a line style (Dashed) attribute t

Re: Adding a line style to box.c (SADT/IDEF)

2011-11-07 Thread myken
d the code I tried. In all the code I have check I never come across the PROP_FLAG_VISIBLE. Thanks for your help. Regards, Robert On 30/08/11 20:27, Hans Breuer wrote: At 29.08.2011 17:17, myken wrote: Hello, I'm trying to add a line style (Dashed) attribute to the box.c shape of

Re: Adding a line style to box.c (SADT/IDEF)

2011-11-08 Thread myken
I'm uncertain if this should go into the offical Dia version, though. At least to me modifying the line style of SADT boxes looks quite arbitrary. Also the part you did not mention yet ("sourceid") does not fit my current model of SADT box [3] Hello Hans, I'll look into your suggestions to

Re: installation unattended, silent and the Dutch language

2012-01-10 Thread myken
Hi, I wonne install the Dia application unattended, silent and in the Dutch language. In the FAQ or Help I cann't find annything about it. Please help me with this verry urgent problem. Thanks in advance. Bert Tobé Hallo Bert, Ik snap niets van je bericht. Wat is het probleem? Groet, Robert

GTK difference git and 0.97.3 release

2017-01-08 Thread myken
Hello List, Sorry for the cryptic subject. I have been trying to recompile dia from git but I get a real big difference in the dialog/properties windows (e.g table from the database sheet) between the git-compiled and the 0.97.3-compiled executable. When I recompile from the released 0.97.3 t

Re: GTK difference git and 0.97.3 release

2017-01-10 Thread myken
, Robert. On 09/01/17 20:09, Hans Breuer wrote: Am 09.01.2017 um 00:19 schrieb myken <mailto:my...@iae.nl>>: Hello List, Sorry for the cryptic subject. I have been trying to recompile dia from git but I get a real big difference in the dialog/properties windows (e.g table from the

[dia-git]: table attributes, bug?

2017-01-13 Thread myken
Hello list, While working with the sources I stumbled on, what I think is, a bug It is easy to reproduce: - open dia (compiled from git) - select a table from the database sheet - double click it (or goto properties) - select attributes - add an attribute, click apply. Now you have a table with an

Re: Dia xml format

2019-03-01 Thread myken
On 21/02/2019 19:21, Vahid Bashiri via dia-list wrote: Hi I'd like to use the specific xml format of Dia in my application to store diagrams. Because of the non GNU code I am using, I decided to write my own code similar to Dia which is greatly inspired by it (but not copied). My question is i