Re: [piccolo2d-dev] Autocad DXF File Viewer

2011-11-22 Thread Robert Kovacs
Hi Michael

attached is a thumbnail to use on the applications page.

Many thanks

Robert

On 21 November 2011 19:28, Robert Kovacs rsksmi...@gmail.com wrote:

 First off, thanks for your comments.

 I originally wrote this app using jogl, but it was just too low level and
 when I prototyped it in piccolo2d, I just fell in love with the api. The
 ease of which I could export to PDF was a real winner for me. I addition is
 exported as scalable vector graphics which makes it zoomable in acrobat.

 So in other words - yes I am using the code as you have described.

 Yes please for the link on the applications page.

 I take it the I have an outstanding todo is an invitation to help out?


 On 21 November 2011 17:27, Michael Heuer heue...@gmail.com wrote:

 Robert wrote:

  I am in the process of developing an application to view and
  eventually edit autocad DXF files.
 
  A first version has been posted on my web site and is available for
  download along with a sample dxf file.
 
  http://nofrillsjava.com/dr/?q=node/5
 
  Any comments gratefully received.
 
  Keep up the good work. Piccolo2D is a pleasure to develop with!

 Cool app, thanks for the note.  Let us know if you would like a link
 on the Piccolo2D applications page

 http://piccolo2d.org/applications/index.html

 For exporting to PDF, I assume you are using iText's PdfGraphics2D
 mechanism?

  Document document = new Document(new Rectangle(150, 150));
  PdfWriter writer = PdfWriter.getInstance(document, new
 FileOutputStream(filename));
  document.open();
  PdfContentByte pdfCanvas = writer.getDirectContent();
  Graphics2D g2 = pdfCanvas.createGraphics(150, 150);
  PCanvas pCanvas = ...;
  pCanvas.paint(g2);


 I have an outstanding todo item regarding exporting that I need to get
 around to soon

 http://code.google.com/p/piccolo2d/issues/detail?id=223

   michael

 --
 Piccolo2D Developers Group:
 http://groups.google.com/group/piccolo2d-dev?hl=en




-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=enattachment: DxfViewerThumbnail.jpg

[piccolo2d-dev] Issue 230 in piccolo2d: Add link to Autocad DXF File Viewer on applications page

2011-11-22 Thread piccolo2d

Status: New
Owner: 

New issue 230 by heue...@gmail.com: Add link to Autocad DXF File Viewer on  
applications page

http://code.google.com/p/piccolo2d/issues/detail?id=230

Add a link to Autocad DXF File Viewer on the Piccolo2D Applications page.

See thread on piccolo2d-dev@

http://groups.google.com/group/piccolo2d-dev/t/625fe456918a7a08

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en


[piccolo2d-dev] Re: Issue 230 in piccolo2d: Add link to Autocad DXF File Viewer on applications page

2011-11-22 Thread piccolo2d

Updates:
Status: Started
Owner: heue...@gmail.com
	Labels: Type-Enhancement Priority-Medium Effort-Low OpSys-All Toolkit-All  
Component-Website Milestone-1.3.2


Comment #1 on issue 230 by heue...@gmail.com: Add link to Autocad DXF File  
Viewer on applications page

http://code.google.com/p/piccolo2d/issues/detail?id=230

(No comment was entered for this change.)

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en


[piccolo2d-dev] [piccolo2d] r1157 committed - Issue 230 ; adding link to Autocad DXF File Viewer to applications pag...

2011-11-22 Thread piccolo2d

Revision: 1157
Author:   heuermh
Date: Tue Nov 22 09:24:10 2011
Log:  Issue 230 ; adding link to Autocad DXF File Viewer to  
applications page

http://code.google.com/p/piccolo2d/source/detail?r=1157

Added:
 /site/applications/DxfViewerThumbnail.jpg
Modified:
 /site/applications/index.html

===
--- /dev/null   
+++ /site/applications/DxfViewerThumbnail.jpg   Tue Nov 22 09:24:10 2011
Binary file, no diff available.
===
--- /site/applications/index.html   Tue Jul 19 11:33:23 2011
+++ /site/applications/index.html   Tue Nov 22 09:24:10 2011
@@ -386,6 +386,13 @@
   University of California, Irvine/a
 /div

+div class='box'
+  a href='http://nofrillsjava.com/dr/?q=node/5'img  
src='DxfViewerThumbnail.jpg' height='158' alt=

+  'Autocad DXF File Viewer screenshot' width='180' /br /
+  Autocad DXF File Viewerbr /
+  Robert Kovacs/a
+/div
+
 div style='clear:left'
   nbsp;
 /div

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en


[piccolo2d-dev] Re: Issue 230 in piccolo2d: Add link to Autocad DXF File Viewer on applications page

2011-11-22 Thread piccolo2d

Updates:
Status: Fixed

Comment #2 on issue 230 by heue...@gmail.com: Add link to Autocad DXF File  
Viewer on applications page

http://code.google.com/p/piccolo2d/issues/detail?id=230

$ svn commit -m Issue 230 ; adding link to Autocad DXF File Viewer to  
applications page .

Adding  (bin)  DxfViewerThumbnail.jpg
Sendingindex.html
Transmitting file data ..
Committed revision 1157.

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en