<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnome.apps.dia">
    <title>gmane.comp.gnome.apps.dia</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.apps.dia</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7241"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7240"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7238"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7235"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7219"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7207"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7199"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7193"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7188"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7187"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7184"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7179"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7178"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7177"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7241">
    <title>shapes with text</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7241</link>
    <description>&lt;pre&gt;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).  Here is the shape that appears blank:

---------------------------------------------------------------------------------


&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" 
xmlns:svg="http://www.w3.org/2000/svg"&amp;gt;
  &amp;lt;name&amp;gt;bidbox - whitetext&amp;lt;/name&amp;gt;
  &amp;lt;icon&amp;gt;whitetext.png&amp;lt;/icon&amp;gt;
  &amp;lt;connections&amp;gt;
    &amp;lt;point x="11.2" y="12.95"/&amp;gt;
    &amp;lt;point x="31.7" y="27.65"/&amp;gt;
    &amp;lt;point x="11.2" y="27.65"/&amp;gt;
    &amp;lt;point x="11.2" y="20.3"/&amp;gt;
    &amp;lt;point x="31.7" y="12.95"/&amp;gt;
    &amp;lt;point x="31.7" y="20.3"/&amp;gt;
    &amp;lt;point x="21.45" y="27.65"/&amp;gt;
    &amp;lt;point x="21.45" y="12.95"/&amp;gt;
  &amp;lt;/connections&amp;gt;
  &amp;lt;aspectratio type="fixed"/&amp;gt;
  &amp;lt;svg:svg&amp;gt;
    &amp;lt;svg:rect style="fill: #ffffff" x="11.2" y="12.95" width="20.5" 
height="14.7"/&amp;gt;
  &lt;/pre&gt;</description>
    <dc:creator>John Bollenbacher</dc:creator>
    <dc:date>2012-05-25T15:22:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7240">
    <title>DIA UML seems to targeting at C++, rather than Java.</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7240</link>
    <description>&lt;pre&gt;Hi, all:

1) Just start using DIA. It seems DIA only targets at C++, rather than Java.
On the one hand, in the DIA UML, there is no type "interface" for Java.
On the other hand, as for the tool dia2code, it's supposed to be able to
produce Java code.
My question: without a model of "interface" in DIA, how is dia2code able to
produce a Java interface?

2) Is there any possibility that DIA take "interface" into its
consideration?
Or, is there a substitute way for DIA to deal with the concept "interface"?


Cheers
Pei




&lt;/pre&gt;</description>
    <dc:creator>JIA Pei</dc:creator>
    <dc:date>2012-05-25T01:52:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7238">
    <title>creating and populating sheets</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7238</link>
    <description>&lt;pre&gt;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?&lt;/pre&gt;</description>
    <dc:creator>John Bollenbacher</dc:creator>
    <dc:date>2012-05-18T16:02:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7236">
    <title>Fw: Dia for programming</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7236</link>
    <description>&lt;pre&gt;&amp;lt; at &amp;gt;kp

If I understand you correctly, a possible (alternative) solution may be to use ext-attributes to store the code.

http://dia-installer.de/doc/en/custom-shapes-chapter.html#N41016

Caveat: not sure whether "programatically access" includes Python scripting.

An additional benefit would be that you can double-click on the object to edit the code.
-----Original Message-----
From: Hans Breuer &amp;lt;hans&amp;lt; at &amp;gt;breuer.org&amp;gt;
Sender: dia-list-bounces&amp;lt; at &amp;gt;gnome.orgDate: Sat, 12 May 2012 00:38:29 
To: &amp;lt;dia-list&amp;lt; at &amp;gt;gnome.org&amp;gt;
Reply-To: discussions about usage and development of dia &amp;lt;dia-list&amp;lt; at &amp;gt;gnome.org&amp;gt;
Subject: Re: Dia for programming

At 09.05.2012 09:36, k p wrote:
I dont quite get the model you have in mind, but it is certainly possible 
to do diagram to source code transformations with PyDia. See for example:
http://git.gnome.org/browse/dia/tree/plug-ins/python/codegen.py

Like in a text editor? And you want to overlay the source code with the
diagram?

A Dia Python plug-in can listen on object creation and removal. But it can 
&lt;/pre&gt;</description>
    <dc:creator>jrycman&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-12T00:24:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7235">
    <title>Fw: Custom Shape &lt;default-height&gt; is not honored</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7235</link>
    <description>&lt;pre&gt;Thanks Hans.

I discovered that after I sent the mail :-)
------Original Message------
From: Hans Breuer
Sender: dia-list-bounces&amp;lt; at &amp;gt;gnome.org
To: dia-list&amp;lt; at &amp;gt;gnome.org
ReplyTo: discussions about usage and development of dia
Subject: Re: Custom Shape &amp;lt;default-height&amp;gt; is not honored
Sent: May 11, 2012 18:08

At 10.05.2012 19:58, James R wrote:
I guess you are expecting the size of the rectangle alone to be
like the the default size? If so you should not select resize="yes"
for the textbox, which adjust the shape size with the textbox included.
Using resize="no" should do the trick.

-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to
get along without it.                -- Dilbert
_______________________________________________
dia-list mailing list
dia-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

&lt;/pre&gt;</description>
    <dc:creator>1t1is2&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-12T00:11:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7228">
    <title>Custom Shape &lt;default-height&gt; is not honored</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7228</link>
    <description>&lt;pre&gt;I have two custom shapes with a rectangle with a textbox.
In the 1st shape, the textbox is sized to match the svg:rect.
In the 2ns shape, the textbox is below the svg:rec.

The 1st shape renders correctly by default - 3x1.
The 2nd shape does not - it renders 3x2.5.

I've tried various combinations default-width, default-height, viewbox,
changing the dimensions, etc.
All without success.

Any help would be appreciated.
go2null

&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="
http://www.w3.org/2000/svg"&amp;gt;
  &amp;lt;name&amp;gt;Rectangle - Text Inside&amp;lt;/name&amp;gt;
  &amp;lt;icon&amp;gt;go2null_Rectangle_TextInside.png&amp;lt;/icon&amp;gt;

  &amp;lt;aspectratio type="free"/&amp;gt;
  &amp;lt;default-width&amp;gt;3cm&amp;lt;/default-width&amp;gt;
  &amp;lt;default-height&amp;gt;1cm&amp;lt;/default-height&amp;gt;

  &amp;lt;svg:svg width="3cm" height="1cm" viewBox="0 0 3 1"&amp;gt;
    &amp;lt;svg:rect style="fill:#cccccc; stroke:foreground; stroke-width:.1"
x="0" y="0" width="30" height="10"/&amp;gt;
  &amp;lt;/svg:svg&amp;gt;
  &amp;lt;textbox x1="0" y1="0" x2="30" y2="10" align="center" resize="yes"/&amp;gt;

  &amp;lt;connections&amp;gt;
    &amp;lt;point x="&lt;/pre&gt;</description>
    <dc:creator>James R</dc:creator>
    <dc:date>2012-05-10T17:58:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7220">
    <title>Updated Dia Development VM based on Ubuntu 12.04 Precise Pangolin</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7220</link>
    <description>&lt;pre&gt;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 version (only 1.5 
GB).

This new version also has Python support enabled.

Regards,

Steffen
&lt;/pre&gt;</description>
    <dc:creator>Steffen Macke</dc:creator>
    <dc:date>2012-05-06T17:52:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7219">
    <title>UML Code Generator for PHP</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7219</link>
    <description>&lt;pre&gt;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
codegen.py to this EMail. The patch was generated from a git clone of the
Dia project: 'git diff &amp;gt; codegen-php.patch'. The patch may be applied from
the root Dia project folder: 'patch -p1 &amp;lt; codegen-php.patch'. I'd be happy
if you accept this contribution and add this as a feature to Dia. Thank you.

Kind Regards,

Steven Garcia
&lt;/pre&gt;</description>
    <dc:creator>Steven Garcia</dc:creator>
    <dc:date>2012-05-06T05:02:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7211">
    <title>Dia in swedish</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7211</link>
    <description>&lt;pre&gt;How come Dia isn't available in Swedish?
&lt;/pre&gt;</description>
    <dc:creator>Kalle</dc:creator>
    <dc:date>2012-05-04T21:43:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7210">
    <title>Linking to external documents in Dia or other alternatives...</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7210</link>
    <description>&lt;pre&gt;Is there a way to take any object and give it a link to some external 
document?
I am a software architect that uses Dia on a daily basis.  I create 
many  diagrams to show siteflow, sourceflow, and model diagrams just to 
name a few.
The problem I have it when I start detailing the diagram in a document.  
Currently I use Abiword and I talk about, for example, the siteflow 
objects one by one detailing their information.  Though this works on 
the first run, I have a hard time keeping track of changes I have made 
to the documents to make sure I cover the changes I have made in the 
diagram.
I see two fixes for this, but this is left for discussion in the list if 
you have more.
* Create a way to put more information in a general format to the 
diagram objects and give me a way to export it to a document, like abiword.
* Build a way to link to a particular document from the Dia Object to 
another file so that I can visit it and instantly see the document 
information.

I personally like the first one as it &lt;/pre&gt;</description>
    <dc:creator>Jason Brower</dc:creator>
    <dc:date>2012-05-01T00:42:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7209">
    <title>Dia to SQL conversion</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7209</link>
    <description>&lt;pre&gt;Hi,

i want to start with SQLite3 database modeling by dia. I am not UML, SQL
nor SQLite expert.

I found nice article for this
(http://left.subtree.org/2007/12/05/database-design-with-dia/), which
points me to Parse-Dia-SQL at CPAN and then i found that it has a official
debian's package and install it. After this i download sources of the
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 create FOREIGN KEY constraint for my relations. My
expectation is, that this will be created from UML associations (which i
take from rt53783.dia example.

I am not able to find other documentations or examples for this.

Please, are the FOREIGN KEY (and others) constraints supported? Only
PRIMARY KEY constrain works for me. And if yes, then can someone point me
to some docs, howtos, examples, or provide help to me?

thanks and regards

&lt;/pre&gt;</description>
    <dc:creator>Slavko</dc:creator>
    <dc:date>2012-04-30T19:53:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7207">
    <title>Request to link to your website</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7207</link>
    <description>&lt;pre&gt;Hello,

My name is Janel Kerr and I am an instructor in Engineering and Technology Education at the University of Idaho. I am also a contracted author with the International Technology and Engineering Educator's Association national curriculum, Engineering by Design. I would like to request permission to link to the following website in the curriculum guide for the course Technological Systems, 3rd Edition:

http://live.gnome.org/Dia

I would like to recommend your software as part of the internet resources section of this curriculum guide.

 

Thank you for your time.

Janel

Janel M. Kerr

MEd, MEd, Ed S P-T Ed
Instructor, Engineering and Technology Education
University of Idaho
College of Education - Curriculum and Instruction
Industrial Technology Education Building, Room 18C

Phone: 208-885-6685

 
  
Janel M. Kerr
MEd, MEd, Ed S P-T Ed
Instructor, Engineering and Technology Education
University of Idaho
College of Education - Curriculum and Instruction
Industrial Technology Education Building, Room 18C&lt;/pre&gt;</description>
    <dc:creator>Kerr, Janel</dc:creator>
    <dc:date>2012-04-29T16:32:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7199">
    <title>DIA Dimensioning</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7199</link>
    <description>&lt;pre&gt;Is it possible to change the DIA program to use fractional or decimal dimensioning?&lt;/pre&gt;</description>
    <dc:creator>Bruce &amp; Jean Siess</dc:creator>
    <dc:date>2012-04-26T17:19:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7193">
    <title>new subscriber, not sure how to post my query to your list</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7193</link>
    <description>&lt;pre&gt;Hi

Have just subscribed to your Dia-mail list, but am having trouble finding
ou thow to post a help request on Dial mailing list.

Grateful if you can insert the following post for me, or advise.  Thanks

"Have not designed a db since days of Access2, so very rusty. Am now
considering using 'Base' in LO/HSQLDBv2.  Am a newbie to both UML, Dia, and
Base/HSQL!   I remember with Access, I created my tables, and THEN created
an ERD diagram automatically from the design.    I guess logically the ERD
should come first, and the table creation and links flow from that.  So as
OOo/LO dont appear to be able to Create a ERD, and I saw a reference in OOo
documentation recommending Dia, have been trying to use it.    I
successfully used Dia .972 to draw all the Classes I need, but am a bit
unsure HOW to create the correct links.

1)  My Access generated ERD's had only 1 type of link: lines between table
ID's with arrow symbol at FK end, no symbol at PK end.  As I rcall, the
textbooks of the day used the same symbol - of&lt;/pre&gt;</description>
    <dc:creator>Leon</dc:creator>
    <dc:date>2012-04-24T22:38:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7188">
    <title>Reg: problem is opening the tool</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7188</link>
    <description>&lt;pre&gt;hi sir,

I am ethies.

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 now' checkbox and
clicked Submit button. It does not opened the tool.

I tried to install 3 time but all the times i could not able to open the
tool.

Kindly help me to resolve this issue.


Ethies
&lt;/pre&gt;</description>
    <dc:creator>E T H I E S</dc:creator>
    <dc:date>2012-04-24T04:08:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7187">
    <title>[PATCH] Database shapes and start arrow</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7187</link>
    <description>&lt;pre&gt;Hi,
I noticed the database shapes set can change the end arrow type on references but
not the start arrow.  I was just curious if this was omitted for a reason.

I thought it might be useful, so I implemented start arrows at:

https://raw.github.com/gist/2468876/5046e5d3ef4174379eab24e836749504ccdef294/dia-0.97.2-dbarrow.patch

It is against HEAD but applies fine to 0.97.2.

There seems to be no downside except old files will print some warnings until you re-save: 

1) loading old file into new dia: will warn to stderr that start_arrow is
    missing for all references, and default correctly to no start arrow
2) loading new file into old dia: will ignore the start arrows

Jim

&lt;/pre&gt;</description>
    <dc:creator>Jim Ursetto</dc:creator>
    <dc:date>2012-04-23T05:10:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7184">
    <title>how to print one page</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7184</link>
    <description>&lt;pre&gt;Hi
Just started DIA. Whenever I print to pdf I get 15 pages! How can I reduce
to 1 please.
thanks
Napata

&lt;/pre&gt;</description>
    <dc:creator>Dapo Ladimeji</dc:creator>
    <dc:date>2012-04-19T17:44:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7179">
    <title>Import FDOT Symbols</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7179</link>
    <description>&lt;pre&gt;Hello,

I've been working with dia for the last year and love it.  However, I can't
figure out how to import new symbols.  I will be working with FDOT symbols
(attached) a lot within the coming months, and it would be great if I could
use dia to diagram them.

Any suggestions on how to import, and use, these symbols?  Thanks for your
help.

mark

 

Mark Kalivoda

Department of Environmental Engineering Sciences

Department of Civil &amp;amp; Coastal Engineering

University of Florida

 

&lt;/pre&gt;</description>
    <dc:creator>Mark Kalivoda</dc:creator>
    <dc:date>2012-04-16T20:46:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7178">
    <title>Printing -exporting problems, missing features?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7178</link>
    <description>&lt;pre&gt;Hello,

I am a new user of DIA please do help.
I downloaded it to create buildings floor planes / electrical and 
plumbing schematics, and garden lay out.

This program would be a dream come true for most designs. have problems 
I can't find solution for.
In Other sheets No building objects menu yet - doors, windows etc - 
trying to do garden layout with flow chart boxes.
Can not find "Merge layers", "Rotate" the finished diagram (here you 
need the Merge layers so all objects will be rotated).
(Need this to input text into narrow vertical boxes)
To "Re-size"  / scale the project diagram for printing on one letter 
page instead or 30 (example)
Print dialog to display how many pages it actually will take before 
printing and print preview?

Major problem - Exporting in other formats is not working -it does 
create the file with the extension (example.png).
I would like to Export the finished project to my Ark Soft PhotoStudio 5 
for further editing (which supports PNG) but the DIA Export just does 
not create&lt;/pre&gt;</description>
    <dc:creator>Webmaster</dc:creator>
    <dc:date>2012-04-16T18:47:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7177">
    <title>Exporting / printing problem - features not found? - Help?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7177</link>
    <description>&lt;pre&gt;Hello,

I am a new user of DIA, please do help.
I downloaded it to create buildings floor planes / electrical and 
plumbing schematics, and garden lay out.

This program would be a dream come true for most designs. I like it, but 
have problems I can't find solution for.
In Other sheets No building objects menu yet - doors, windows etc so 
creating building plans no go.
Now I am trying to do garden layout so I can print it out with what is 
planted and where - boxes on boxes on boxes with Flow chart boxes.

Can not find "Merge layers", "Rotate" the finished diagram (here you 
need the Merge layers so all objects will be rotated).
(Need this to input text into narrow vertical boxes)
To "Re-size"  / scale the finished project diagram for printing on one 
letter page (%)
Print dialog to display how many pages it actually will take before 
printing and print preview?
Just need more standard printing options in the print box.

Major problem - Exporting in other formats is not working - The only 
exportable format&lt;/pre&gt;</description>
    <dc:creator>Tony Hnilica</dc:creator>
    <dc:date>2012-04-16T19:01:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.dia/7170">
    <title>Look and feel</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.dia/7170</link>
    <description>&lt;pre&gt;Hi there,
I'm running Dia on Linux ubuntu but my window looks different from the screenshots on the web i.e
[X]

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.
Please advise.

Regards,
Andy Boshielo

To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser: 
https://www.fnb.co.za/disclaimer.html 

If you are unable to access the Disclaimer, send a blank e-mail to
firstrandbankdisclaimer&amp;lt; at &amp;gt;fnb.co.za and we will send you a copy of the Disclaimer.
&lt;/pre&gt;</description>
    <dc:creator>Boshielo, Andries</dc:creator>
    <dc:date>2012-04-16T12:22:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.dia">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.dia</link>
  </textinput>
</rdf:RDF>

