RE: implementing background-image (bug 5180)

2002-04-08 Thread Arved Sandstrom
Hi, Michael You picked a good one to get your feet wet with. No, I wouldn't say that there is anything about this that is going to trip you up, or implementation quirks that you wouldn't get from existing code (I assume we are talking maintenance branch?). One thing that you might end up doing,

Re: Multithreaded failure

2002-04-08 Thread Paul . Hussein
Thats not the only problem. I get problems when loading an image when multithreaded. As previously posted. If I could build the darn thing, I might look into fixing it. [INFO]: Parsing of document complete, stopping renderer - 08/Apr/2002 12:06:50 GMT+01:00 : Warning

Problem in running FopServlet in Weblogic 6.1sp1

2002-04-08 Thread Rikhil Jain
Hi, I'm finding difficulty in running FopServlet in weblogic 6.1. The servlet is running fine when the FO is passed but whenever I pass the XML and XSL files as arguments it's not forming the ByteArrayOutPutStream(The content length is always zero). The same piece of code I tried in pure java

RE: Images and JDK 1.1

2002-04-08 Thread Art Welch
I do not think that FOP 0.20.3 will work with JDK 1.1. I think that it requires JDK 1.2 or above. Sorry, Art -Original Message-From: Marco Fabbri [mailto:[EMAIL PROTECTED]]Sent: Saturday, April 06, 2002 10:24 AMTo: [EMAIL PROTECTED]Subject: Images and JDK 1.1 Hi all,

AW: Designing PDF extensions: form fields

2002-04-08 Thread J.U. Anderegg
Forms and JavaScript in PDF may be about as complex as xsl:fo. To get a feeling for the learning, design and development effort see: Acrobat JavaScript Object Specification, Version 5.0.5, Technical Note # 5186 Chapter Quick Reference Forms: 20 pages illustrated with Acrobat menues Keyword

Hyphenation patterns for portuguese

2002-04-08 Thread Paulo Soares
I thought that you would like to add the portuguese hyphenation patterns to the FOP distribution. Best Regards, Paulo Soares alert.txt Network Associates GroupShield Exchange ** Alert generated at: Segunda-feira, Abril 08, 2002 12:07:18 GMT Daylight

Re: vertical alignment

2002-04-08 Thread J.Pietschmann
Joshua Marinacci wrote: I must be missing something, but for the life of me I can't figure out how to create a single page with vertically centered text. I want to create a title page which will have the text Blah Blah by Whoever on three lines, all grouped together in the center of

DO NOT REPLY [Bug 6009] - fo:marker broke in 0.20.3rc: Error:null

2002-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6009. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

fo:marker broken

2002-04-08 Thread J.Pietschmann
Hi, fo:marker is broken in 0.20.3 and causes trouble with the docs/examples/marker stuff. The problem is that the TextState ts variable in FObjMixed is not set at all for Marker objects. The fix should be to copy the parent state as it is done in Block. Does someone feel responsible?

cvs commit: xml-fop build.xml

2002-04-08 Thread chrisg
chrisg 02/04/08 14:48:16 Modified:.Tag: fop-0_20_2-maintain build.xml Log: replaced xslt task with the style task from ant Revision ChangesPath No revision No revision 1.44.2.11 +36 -21xml-fop/build.xml

Re: fo:marker broken

2002-04-08 Thread Christian Geisert
J.Pietschmann wrote: Hi, fo:marker is broken in 0.20.3 and causes trouble with the docs/examples/marker stuff. The problem is that the TextState ts variable in FObjMixed is not set at all for Marker objects. The fix should be to copy the parent state as it is done in Block. Does someone

Re: Multithreaded failure

2002-04-08 Thread Christian Geisert
[EMAIL PROTECTED] wrote: Thats not the only problem. I get problems when loading an image when multithreaded. As previously posted. If I could build the darn thing, I might look into fixing it. Have you tried with jdk1.3 ? Maybe './build.sh -debug' gives some more info. Paul.