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
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 get the map to repaint (correctly) using the new bounds - any thoughts? 2. The issues with the incorrec