If you're doing OMR marks with FOP 0.91 or 0.92, it is recommended that
you use absolute-position="fixed" so you can specify absolute
coordinates relative to the upper-left corner of the paper. Furthermore,
your earlier example was missing the "left" property. Thus, I believe
the two b-cs are painted on top of each other (like Joerg suggested),
because the layout code doesn't handle your case correctly, yet (only
using "width" and "right").

The "normal flow" comment may be based on a misunderstanding of your use
case. Still, I'm not sure you'll be able to solve OMR marks like that.
Back when I implemented it, I couldn't take that route.

On 23.04.2006 22:01:32 Kevin wrote:
> J.Pietschmann <j3322ptm <at> yahoo.de> writes:
> 
> > 
> > Kevin wrote:
> > ...
> > >           <fo:block-container absolute-position="absolute" top="0mm" 
> > > right="2cm"
> >                                      ^^^^^^^^^^^^^^^^^
> > > (The first block container does not show-up in the PDF)
> > 
> > I guess you are using FOP 0.20.5. The absolute-position property is not
> > implemented in this version. The content of the block container should
> > be inserted into the normal flow. Maybe its been clopped or obscured by
> > other content. BTW using absolutely positioned block containers should
> > be unnecessary in most cases.
> > 
> > J.Pietschmann
> > 
> 
> 
> Thanks for your response. I'm sorry, I was initally using position="absolute",
> but didn't post the correct code. I am using fop-0.91beta version. Could you
> please clarify your response "The content of the block container should be
> inserted into the normal flow". I am trying to implement a solution for OMR
> marks, so I need to position the content at a absolute position. The content 
> in
> this case is "___". Pl let me know your thoughts.



Jeremias Maerki


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

Reply via email to