Full-page table, %-height rows, and block-progression-dimension

2007-09-12 Thread Winterflood, Jonathan
Hi list, I'm trying to find a way to set the height of a table, and set the row-height to a percentage of that, but I can't seem to get it to work... The specific problems are: # Filling a page with a table, setting the height of some of the elements, and letting the last one fill the space: +--

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-15 Thread Andreas L Delmelle
On Sep 12, 2007, at 10:22, Winterflood, Jonathan wrote: Hi Hi list, I'm trying to find a way to set the height of a table, and set the row-height to a percentage of that, but I can't seem to get it to work... I think I understand the issue, but to make sure: Could you perhaps post a small f

RE: Full-page table, %-height rows, and block-progression-dimension

2007-09-18 Thread Winterflood, Jonathan
igine- De : Andreas L Delmelle [mailto:[EMAIL PROTECTED] Envoyé : samedi 15 septembre 2007 15:02 À : fop-users@xmlgraphics.apache.org Objet : Re: Full-page table, %-height rows, and block-progression-dimension On Sep 12, 2007, at 10:22, Winterflood, Jonathan wrote: Hi > Hi list, > >

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-18 Thread Andreas L Delmelle
On Sep 18, 2007, at 10:58, Winterflood, Jonathan wrote: Hi Here is my test code for 2 rows, 50%, 25cm: Thanks for the sample. FOP complains about this (many times): 18 sept. 2007 09:54:37 org.apache.fop.layoutmgr.AbstractBaseLayoutManager getBaseLength GRAVE: Cannot find LM to handle gi

RE: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Winterflood, Jonathan
Ok, I'll see what I can do with them if I switch :) Thanks a lot, Jonathan -Message d'origine- De : Andreas L Delmelle [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 septembre 2007 23:29 À : fop-users@xmlgraphics.apache.org Objet : Re: Full-page table, %-height rows, and block-p

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Vincent Hennebert
Hi, Winterflood, Jonathan a écrit : > Hi list, > > I'm trying to find a way to set the height of a table, and set the > row-height to a percentage of that, but I can't seem to get it to > work... Just a few notes about heights in tables as I worked on this a few months ago. The XSL-FO Recommend

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Vincent Hennebert
Hi Chris, Chris Bowditch a écrit : > Vincent Hennebert wrote: > > Hi Vincent, > >> >> Just a few notes about heights in tables as I worked on this a few >> months ago. >> The XSL-FO Recommendation refers to CSS2 [1] for a description of how >> heights in tables should be handled. And CSS2 explic

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Andreas L Delmelle
On Sep 21, 2007, at 09:22, Winterflood, Jonathan wrote: Ok, I'll see what I can do with them if I switch :) FWIW: instead of percentages, you could also resort to the XSL-FO core functions to compute the height based on an ancestor: http://www.w3.org/1999/XSL/ Format"> width="21c

Re: [?? Probable Spam] Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Chris Bowditch
Vincent Hennebert wrote: Hi Vincent, Just a few notes about heights in tables as I worked on this a few months ago. The XSL-FO Recommendation refers to CSS2 [1] for a description of how heights in tables should be handled. And CSS2 explicitely does not specify [2] how heights should be hand