Re: So much trouble getting FOP to use arabic

2007-03-09 Thread Jeremias Maerki
I think you somehow got the command wrong. GCJ (which you seem to be using) tries to use part of the classpath as the main class. I can't tell from your post how exactly you wrote the command. From my own experiments I can tell that GCJ is rather special compared to other Java tools. I've never

Re: jEuclid-problem

2007-03-09 Thread Vincent Hennebert
Andreas L Delmelle a écrit : On Mar 8, 2007, at 22:02, Thomas Zastrow wrote: Hi Tom, Andreas L Delmelle schrieb: snip / Andreas, thank you for your help :-) You're welcome, of course. I'm not sure if I can help something, I have some Java-experience but don't want to mess up

Page break

2007-03-09 Thread pedro
Hi all another question. I have a module with 4 column.The first column is a product descripion and the third is the price.Then when if the description is break on the new page the prrice is on the same line of the first product description line but i want that the price is dyplayed on the

border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-09 Thread nick humphrey
hi, i'm using ubuntu 6.10 edgy linux, jdk sun java version 1.5.0_08, and the latest fop-trunk from svn in my xslt i have the following line: ==code== fo:block-container position=absolute left=0mm top=0mm font-size=10pt border-left-color=red

Re: Page break

2007-03-09 Thread Andreas L Delmelle
On Mar 9, 2007, at 11:53, pedro wrote: Hi, I have a module with 4 column.The first column is a product descripion and the third is the price.Then when if the description is break on the new page the prrice is on the same line of the first product description line but i want that the

Re: Page break

2007-03-09 Thread Vincent Hennebert
Hi, Andreas L Delmelle a écrit : On Mar 9, 2007, at 11:53, pedro wrote: Hi, I have a module with 4 column.The first column is a product descripion and the third is the price.Then when if the description is break on the new page the prrice is on the same line of the first product

RE: Page break

2007-03-09 Thread Jeff Vannest
I have a module with 4 column.The first column is a product descripion and the third is the price.Then when if the description is break on the new page the prrice is on the same line of the first product description line but i want that the price is dyplayed on the last line of the description

Re: Page break

2007-03-09 Thread Chris Bowditch
Vincent Hennebert wrote: snip/ Desc |.. | Price The fop is a good to ool 0,00 --new page and is opensource There is enough space to put the price on the first page, so there is no reason to put it on the second one.

Re: border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-09 Thread Chris Bowditch
nick humphrey wrote: hi, i'm using ubuntu 6.10 edgy linux, jdk sun java version 1.5.0_08, and the latest fop-trunk from svn in my xslt i have the following line: snip/ when i run fop from the command line it works fine: ./fop -xml ~/in.xml -xsl ~/in.xslt -pdf ~/out.pdf but if i change

Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Paul Vinkenoog
Hi all, In fop/render/AbstractRenderer.java, lines 453-462: protected void renderBlockViewport(BlockViewport bv, List children) { // clip and position viewport if necessary if (bv.getPositioning() == Block.ABSOLUTE) { // save positions int saveIP =

Re: border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-09 Thread nick humphrey
thanks for the reply chris =) Try to ensure you are using the xerces and xalan versions shipped with FOP not exactly sure how one does this.. you lost me here: Use the endorsed mechanism to override any other xerces/xalan versions that your JDK might be picking up. what is the endorsed

Re: Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Andreas L Delmelle
On Mar 9, 2007, at 15:43, Paul Vinkenoog wrote: Hi Paul, In fop/render/AbstractRenderer.java, lines 453-462: snip / I suppose the second call to getIPD() should be getBPD(), unless you want to force the clipping rect to be square. Looks like a typo indeed. I'll commit the change to the

Re: Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Paul Vinkenoog
Hello Andreas, At first I wanted to report this through Bugzilla, but the Getting Help page stipulated that it should be raised at the user list first, so here it is. Well, in fact this is slightly off-topic here, and belongs more on [EMAIL PROTECTED] That's what I figured too, but being a

Re: border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-09 Thread Andreas L Delmelle
On Mar 9, 2007, at 15:48, nick humphrey wrote: Hi, thanks for the reply chris =) Try to ensure you are using the xerces and xalan versions shipped with FOP not exactly sure how one does this.. you lost me here: Use the endorsed mechanism to override any other xerces/xalan versions that

RE: Page break

2007-03-09 Thread pedro
Step by step... The display align works fine but the keep-together is not that i want. If i set always on table my module miss the page break and if i set on cell i don't see change. Well ,my table is a dynamic table without fixed height.. [code] xsl:template name=main-document.body

Re: Page break

2007-03-09 Thread Chris Bowditch
pedro wrote: Step by step... The display align works fine but the keep-together is not that i want. If i set always on table my module miss the page break and if i set on cell i don't see change. I'm not suggesting that you set keep-together on the entire table, i.e. fo:table element. I can