Re: [JPP-Devel] printing extension

2007-01-08 Thread Jonathan Aquino
of JPP development and use. > Subject: Re: [JPP-Devel] printing extension > > > I have uploaded a new version (0.7) of the Printing > extension. I found > that it was necessary to wait for the graphics to finish > painting before > sending to to the printer. It appear

Re: [JPP-Devel] printing extension

2007-01-08 Thread Geoffrey G Roy
I have uploaded a new version (0.7) of the Printing extension. I found that it was necessary to wait for the graphics to finish painting before sending to to the printer. It appears (I think) that the screen painting is queued into multiple threads. I am now waiting for all these threads to

Re: [JPP-Devel] printing extension

2007-01-05 Thread Rahkonen Jukka
5.1.2007 4:18 To: List for discussion of JPP development and use. Subject: Re: [JPP-Devel] printing extension It is possible that the jar file was created with Java 1.6, this may have caused some problems? I have now uploaded a Java 1.5 version (vers 0.4) on the web site. Geoff Geoffrey G Roy

Re: [JPP-Devel] printing extension

2007-01-04 Thread Geoffrey G Roy
for me, so >> should I put it to some other place instead? >> >> Regards, >> >> -Jukka Rahkonen- >> >> -Original Message- >> From: [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> on behalf >>

Re: [JPP-Devel] printing extension

2007-01-04 Thread Geoffrey G Roy
her place instead? > > Regards, > > -Jukka Rahkonen- > > -Original Message- > From: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> on behalf > of Geoffrey G Roy > Sent: Tue 2.1.2007 5:24 > To: List for discussion of JPP develo

Re: [JPP-Devel] printing extension

2007-01-04 Thread Larry Becker
2.1.2007 5:24 To: List for discussion of JPP development and use. Subject: Re: [JPP-Devel] printing extension Progress with Printing Extension: 1. The reshape() method is depreciated, I have tried using setBounds() on the LayerViewPanel(). While the bounds are changed I canno

Re: [JPP-Devel] printing extension

2007-01-04 Thread Rahkonen Jukka
2.1.2007 5:24 To: List for discussion of JPP development and use. Subject: Re: [JPP-Devel] printing extension Progress with Printing Extension: 1. The reshape() method is depreciated, I have tried using setBounds() on the LayerViewPanel(). While the bounds are changed I cannot

Re: [JPP-Devel] printing extension

2007-01-01 Thread Geoffrey G Roy
st to get you an answer. >>>> >>>> The Sunburned Surveyor >>>> >>>> On 12/25/06, Jonathan Aquino <[EMAIL PROTECTED]> wrote: >>>> >>>> >>>>> Hi Geoff - Been a while since I've been in the c

Re: [JPP-Devel] printing

2006-12-27 Thread Jan-Oliver Wagner
On Wednesday 27 December 2006 07:47, Geoffrey G Roy wrote: > I did note the reference to the group planning a printing extension > (http://intevation.de/geospatial/index.en.html), but I have not been > able to access their web site today. we haven't set up a page for the plugin. We just contribute

Re: [JPP-Devel] printing

2006-12-27 Thread Sunburned Surveyor
Been a while since I've been in the code, but I think there's a > >>> method in LayerViewPanel or LayerViewPanel.getRenderingManager (named > >>> paint() perhaps?) to which you can pass in your JPanel's GraphicsContext > >>> and > >>>

Re: [JPP-Devel] printing

2006-12-26 Thread Geoffrey G Roy
>>> Jon Aquino (Victoria BC Canada) >>> http://jonathanaquino.com >>> >>> >>> >>> >>>> -Original Message- >>>> From: [EMAIL PROTECTED] >>>> [mailto:[EMAIL PROTECTED] On >>>> Behalf Of Geoffre

Re: [JPP-Devel] printing

2006-12-25 Thread Sunburned Surveyor
raphicsContext and > > get it painted. > > > > -- > > Jon Aquino (Victoria BC Canada) > > http://jonathanaquino.com > > > > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] O

Re: [JPP-Devel] printing

2006-12-25 Thread Sunburned Surveyor
t; > -- > Jon Aquino (Victoria BC Canada) > http://jonathanaquino.com > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Geoffrey G Roy > > Sent: Monday, December 25, 2006 12:25 AM > > To: jump

Re: [JPP-Devel] printing

2006-12-25 Thread Jonathan Aquino
BC Canada) http://jonathanaquino.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Geoffrey G Roy > Sent: Monday, December 25, 2006 12:25 AM > To: jump-pilot-devel@lists.sourceforge.net > Subject: Re: [JPP-Devel] printing > > > I

Re: [JPP-Devel] printing

2006-12-25 Thread Geoffrey G Roy
I am new to openJump and still coming to terms with how it is all put together. I am currently attempting to develop a printing plugin that will print maps to scale over multiple sheets of paper.. My initial problem concerns displaying the current map display in another window for layout pur