Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Chris Bowditch
Jeremias Maerki wrote: Just to be clear. This ArrayOutOfBoundsException is not the same problem I've described in my earlier post. I just happened to run into both problems at the same time. Running normal-breaking2.xml with the current code (without my patch) will result in a document with 1 page

Re: Problem with newlines in TextLayoutManager

2005-02-02 Thread Chris Bowditch
Jeremias Maerki wrote: Luca (and maybe Finn), Not forgetting Simon :-) snip/ Is there some reason why my patch below would make anything worse? It seems to fix my problem here and all my test cases still pass (at least the ones that passed before). I dont know the answer to your question. However,

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Jeremias Maerki
No, it don't think so. That bug happens in getNextBreakPoss() while mine happens in addAdreas(). On 02.02.2005 10:36:41 Chris Bowditch wrote: Jeremias Maerki wrote: Just to be clear. This ArrayOutOfBoundsException is not the same problem I've described in my earlier post. I just happened to

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Luca Furini
Jeremias Maerki wrote: If someone has an idea about the ArrayOutOfBoundsException, all the better. I'm currently trying to debug that thing. It's because of this line in LineLM.addAreas(): iCurrParIndex = 0; If a block has properly handled preserved linefeeds, it will generate more than

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread The Web Maestro
On Feb 2, 2005, at 2:14 AM, Jeremias Maerki wrote: No, it don't think so. That bug happens in getNextBreakPoss() while mine happens in addAdreas(). I thought it was called addAndreas(to,,list-of-folks,to,send,big,thanks) ;-) Web Maestro Clay -- [EMAIL PROTECTED] -

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Jeremias Maerki
Thanks a lot, Luca. That was it. I was slowly tracking that thing down. I knew already that these start indices were wrong but hadn't figured out how to fix it. And thanks to Chris for the pointers earlier. In the meantime I got to know a lot about the inner workings of the line layout. :-) Good

RE: XML Graphics: board concerns

2005-02-02 Thread Gil Loureiro
Return Receipt Your RE: XML Graphics: board concerns document :

Dual Column Layout

2005-02-02 Thread Puppala, Kumar (LNG-DAY)
I am having difficulty understanding how the dual column layout is implemented in FOP. Scenario 1: I set the property column-count=2 on my fo:region-body object. As such the text appears in dual column format. If I have the page totally filled out, then everything seems to be fine. But if my

Re: Dual Column Layout

2005-02-02 Thread J.Pietschmann
Puppala, Kumar (LNG-DAY) wrote: I am having difficulty understanding how the dual column layout is implemented in FOP. Scenario 1: I set the property column-count=2 on my fo:region-body object. As such the text appears in dual column format. If I have the page totally filled out, then everything

RE: Dual Column Layout

2005-02-02 Thread Puppala, Kumar (LNG-DAY)
J.Pietschmann, Thanks for your response. Is the algorithm for column-balancing going to be change in the next release to make it work more accurately? Thanks, Kumar Puppala -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:54

Re: Dual Column Layout

2005-02-02 Thread Jeremias Maerki
It's going to be rewritten from scratch because the layout code is all new. Just don't ask when this is going to happen. :-) We would be glad to accept any help. It could speed up the process. On 02.02.2005 22:53:20 Puppala, Kumar (LNG-DAY) wrote: Is the algorithm for column-balancing going to