RE: Problems with absolute positiones block container

2003-12-09 Thread Valeiko, Michael
Has this been fixed or is it slated to be fixed in the re-write?  

Thanks,
-Mike

-Original Message-
From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 12:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Problems with absolute positiones block container


 -Original Message-
 From: Bargel, Britta [mailto:[EMAIL PROTECTED]

 I've tried this before. But then I had the effect, that sometimes the
 footnote disappears when there were not enough space on the bottom of the
 page.

 Is there any posibility to get the position of the table end and
 to insert a
 page break if there isn't enough space left?


Don't think so... You could force a page-break after the table, or add one
conditionally during the XSL transform, but as soon as it's FO, you would
probably need a hack (maybe a real ugly one, I'm not sure.)

Cheers,

Andreas


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



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



tables that end page

2003-11-06 Thread Valeiko, Michael



Hi,

I am running into a 
problem when I have a table that ends a page. An extra line is printed on a 
second page. I've test awt and pdf, and it only happens with awt. I 
am using java 1.4.1_02-b06 and fop 0.20.4. It does not appear to be the 
same problem discussed in Sept. but has the same symptoms.

Thanks
-Mike


test1.fo
Description: test1.fo
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
Title: AWTRenderer thread safe?






Hi,


I am experiencing a weird inconsistent bug and was wondering if it is related to the AWTRenderer. I have embedded fop into a web based app. the can receive multiple print request on separate threads. The printed output sometimes has inconsistent formatting ( wrong font or weight ) randomly. I can print the same documents again and they will print fine. The fo documents appear correct, so I'm wondering if it can be thread related in some of the fop classes. I've never had the problem printing a single document. I am using 20.4 and jdk1.4.1_02


Thanks

Mike





RE: AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
I am creating a new Driver per thread, as well as a new renderer.  Does setting 
a new renderer fall under the 
do not change the configuration data while there is a Driver object rendering 
?

It is not static in Driver.java. 

PS - going to 20.5 is not really an option since we are close to releasing and 
who knows what will break.


-Mike

-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED]
Sent: Friday, June 13, 2003 2:31 PM
To: [EMAIL PROTECTED]
Subject: RE: AWTRenderer thread safe?


Valeiko, Michael wrote:

 Start 
I am experiencing a weird inconsistent bug and was wondering if it is
related to the AWTRenderer.  I have embedded fop into a web based app. the
can receive multiple print request on separate threads.  The printed output
sometimes has inconsistent formatting ( wrong font or weight ) randomly. I
can print the same documents again and they will print fine.  The fo
documents appear correct, so I'm wondering if it can be thread related in
some of the fop classes. I've never had the problem printing a single
document.  I am using 20.4 and jdk1.4.1_02
 End 

This is actually an FAQ:
http://xml.apache.org/fop/faq.html#multithreaded

Victor Mote


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



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



RE: PNG in pdf

2003-03-19 Thread Valeiko, Michael
Hi,

I am using jai for the rendering. Fop finds the classes, and I don't get any 
exceptions, however, the image just doesn't display correctly.  The 
transparency is displayed as black.

-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 6:40 PM
To: [EMAIL PROTECTED]
Subject: RE: PNG in pdf


Valeiko, Michael wrote:

--- Start ---
I am trying to display a .png file in a .pdf file, however the transparent
color is coming out black. The image is fine with the awt viewer.
Is this a know issue?
--- End ---

Yes, see http://xml.apache.org/fop/faq.html#png_fails. If that doesn't help,
then please repost to this list with a comment to that effect.

Victor Mote



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



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



PNG in pdf

2003-03-18 Thread Valeiko, Michael
Title: PNG in pdf






Hi,


I am trying to display a .png file in a .pdf file, however the transparent color is coming out black. The image is fine with the awt viewer.

Is this a know issue?


Thanks

Mike





duplicate output

2003-03-03 Thread Valeiko, Michael
Title: duplicate output






Hi,


Can anyone explain why I am getting the following output:


Patient DOB:

Visit ID:

Patient DOB:


from 


fo:block role=p space-after=0.2em

 fo:inline font-weight=bold role=b

  fo:inline font-family=serif

   fo:inline font-weight=bold role=bPatient DOB:/fo:inline

  /fo:inline

 /fo:inline

 fo:block id=23 role=div

  fo:block role=p space-after=0.2em

   fo:inline font-weight=bold role=bVisit ID:/fo:inline

  /fo:block

 /fo:block

/fo:block


If I close the first block it works fine.


Thanks,

-Mike





RE: duplicate output

2003-03-03 Thread Valeiko, Michael
Thanks,

But 17584 said it was working in 20.4, I am using 20.4 and still having a 
similar problem.
Also, what is the cause of the problem, because I have other nested blocks that 
work fine but simple ones don't. Is there a workaround until a published fix? 
Also, any date on 20.5.rc3?


fo:block role=p space-after=0.2em
fo:inline font-weight=bold 
role=bTEST/fo:inline
fo:blocktest2
fo:blocktest3/fo:block
/fo:block 
/fo:block

produces
TEST
test2
test3
test2
TEST

Thanks,
-Mike



-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 3:26 PM
To: [EMAIL PROTECTED]
Subject: Re: duplicate output


Valeiko, Michael wrote:
 Can anyone explain why I am getting the following output:

See bugs #17472 and #17584.

J.Pietschmann


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



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



jai/jimi support

2003-02-26 Thread Valeiko, Michael
Title: jai/jimi support






I cant get a png file to load I continue to get the following message.


[ERROR] Error while creating area : Error creating FopImage object (file:tcolon.png) : Jimi image library not available


from


fo:block

fo:external-graphic role=img src="">

/fo:block


I have added the jimi-1.0.jar files as well as jai_codec.jar and jai_core.jar to the lib dir. I've tried 20.4 and .20.5rc2 bundled and compiled myself. What am I doing wrong?

Thanks,

Mike