Re: Fop Progress Output

2008-06-17 Thread Jeremias Maerki
FOP receives streamed input and therefore has no chance to provide information for a progress bar (at least in percent). Now that we have an event facility, we could add some progress events like a "new page" event that gets called each time a page has been created. But we would still not know how

Re: Wrong line number in inline overflow messages ?

2008-06-17 Thread patrice . rosnet
Hello Jeremias Sorry I don't really understand I understand that the line number corresponds to a line in the PDF This number seems to correspond to the position of the overflowing line inside the PDF paragraph but FROM THE END of the paragraph ? Is it true ? and why position from the end of the

Re: Wrong line number in inline overflow messages ?

2008-06-17 Thread Andreas Delmelle
On Jun 17, 2008, at 10:21, [EMAIL PROTECTED] wrote: Sorry I don't really understand I understand that the line number corresponds to a line in the PDF This number seems to correspond to the position of the overflowing line inside the PDF paragraph but FROM THE END of the paragraph ? Is it tru

Re: Wrong line number in inline overflow messages ?

2008-06-17 Thread Jeremias Maerki
I'm sorry, Patrice. I didn't notice that the line numbers are all wrong. The wrong variable was used to determine the line number. I've fixed this in the 0.95 branch and in Trunk: http://svn.apache.org/viewvc?rev=668570&view=rev http://svn.apache.org/viewvc?rev=668576&view=rev On 17.06.2008 10:21:

RE: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2008-06-17 Thread Martin Kristensen
Thanks for the help, both of you who answered. One of my colleagues succeeded in doing it by making a plug-in that contains both all the FOP jars and all the code that accesses them. Martin -Original Message- From: Fabrice Dubach [mailto:[EMAIL PROTECTED] Sent: 12. juni 2008 12:05 To: f

Re: Fop Progress Output

2008-06-17 Thread Daniel Noll
On Tuesday 17 June 2008 17:36:07 Jeremias Maerki wrote: > FOP receives streamed input and therefore has no chance to provide > information for a progress bar (at least in percent). Now that we have > an event facility, we could add some progress events like a "new page" > event that gets called eac