Re: Fop with Cocoa

2002-04-08 Thread Richard Van Deren
Talking with myself here. Fop has Swing and AWT stuff in it. This might be creating a conflict with apple's Cocoa events. Shouldn't Fop have the UI separate from the render process? I appears to be mixed to me. On Monday, April 8, 2002, at 02:27 PM, Richard Van Deren wrote: > I am having

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. Chri

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 som

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

Fop with Cocoa

2002-04-08 Thread Richard Van Deren
I am having problems with using Fop embedded with Apple Macintosh Cocoa. If anyone has this working please let me know. My calls to Xalan work fine. My problem is that when I call the render process, Cocoa's window server looses connection to my app's windows. I have apple looking into th

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? J.Pietschman

DO NOT REPLY [Bug 6009] - 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

Re: Problem in running FopServlet in Weblogic 6.1sp1

2002-04-08 Thread J.Pietschmann
Rikhil Jain wrote: > 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

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 <> Network Associates GroupShield Exchange ** Alert generated at: Segunda-feira, Abril 08, 2002 12:07:18 GMT Daylight Time **

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 "Acro

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,

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 com

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 [null/com.chase.

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,