height="100%" on a block-container may not work correctly (absolute
values work fine, of course). I've noticed some strange behaviour there
but have never investigated, yet. Furthermore, height="100%" sets:
block-progression-dimension.minimum="100%"
block-progression-dimension.optimum="100%"
block-progression-dimension.maximum="100%"

Setting block-progression-dimension.maximum="auto" afterwards may not
have any affect at all. I'm not sure if the spec says anything what
happens in such a case. And how FOP reacts is a different question.

As if this isn't enough, there's still a restriction on block-container
that it doesn't evaluate a min/opt/max value for
block-progression-dimension. Only .optimum is used.

But if you want the block-container to automatically grow based on the
height of it's content, just leave height and
block-progression-dimension away which leaves the default ("auto").

HTH

On 08.02.2008 20:49:00 Cristian Ferrero wrote:
> Tks  Jeremias....the last for today ... i  fixed all my problems but the 
> only that couldn't is to positionate a table in a fixed place, i mean i did, 
> but it didn't show all the rows, it doesn't expand... i did this (put the 
> table inside a block-containert)
> 
> <fo:block-container position="absolute"   top="15cm" left="10cm"
> height="100%" width="100%" block-progression-dimension.maximum="auto">
> <fo:table table-layout="fixed" width="100%">........
> 
> is the last question for this week..is my promise !!!! (i couldn't pot the 
> question because the mail server is giving me an error)
> 
> thanks !!!!!
> 
<snip/> 



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to