Re: Problem creating custom shapes with editable text

2012-10-02 Thread Hans Breuer
At 02.10.2012 11:41, Martin Wunderlich wrote: Thanks a lot, Eric. This helps a bit. I have compared your XML to the code form my shape and noticed that the node is not included in my shape. Instead, it is using an svg:text element, which apparently is not recognised correctly by Dia. The svg:te

Re: Problem creating custom shapes with editable text

2012-10-02 Thread Thomas Harding
Le 02/10/2012 11:41, Martin Wunderlich a écrit : Thanks a lot, Eric. This helps a bit. I have compared your XML to the code form my shape and noticed that the node is not included in my shape. Instead, it is using an svg:text element, which apparently is not recognised correctly by Dia. If I

Re: Problem creating custom shapes with editable text

2012-10-02 Thread Martin Wunderlich
Thanks a lot, Eric. This helps a bit. I have compared your XML to the code form my shape and noticed that the node is not included in my shape. Instead, it is using an svg:text element, which apparently is not recognised correctly by Dia. If I enter the textbox node into my XML, I can enter tex

Re: Problem creating custom shapes with editable text

2012-09-30 Thread Marchand Eric
Le 30/09/2012 22:04, Martin Wunderlich a écrit : Hi all, I have been trying to create custom shapes where the user can enter text (see my other postings about the recipe diagrams). However, editing text doesn't work once those custom shapes are added to a doc. So, I have cut it down to the ess