Re: Alt-Design status: XML handling

2002-11-25 Thread Peter B. West
Rhett, To comment on only two aspects of your posting. Rhett Aultman wrote: -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Generally, event-driven processing is a pretty good thing. The critical issue with it, though, is the ratio of event production to event proc

Re: Alt-Design status: XML handling

2002-11-25 Thread Peter B. West
Oleg Tkachenko wrote: Peter B. West wrote: I don't believe is is only a matter of style. I think the detrimental effects of push for general programming are glaringly obvious. It's just event-driven processing, how it could be detrimental? I may have referred to Dijkstra (R.I.P.) here befor

Re: Forrest updates

2002-11-25 Thread Peter B. West
Victor Mote wrote: Keiron Liddle wrote (on about 11-19, in a different thread): Currently the document updating process is manual (but a lot easier than before). Now that current cvs fop can handle the documents a lot better I will do an update once the content is improved. So keep the updates

Forrest updates

2002-11-25 Thread Victor Mote
Keiron Liddle wrote (on about 11-19, in a different thread): > Currently the document updating process is manual (but a lot easier than > before). > Now that current cvs fop can handle the documents a lot better I will do > an update once the content is improved. > > So keep the updates coming and

image within a block

2002-11-25 Thread Oleg Tkachenko
Hello! Bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7337: generates image within a red square, but there is a space between the top-border and the image, and between the bottom border and the image. Almost the same in antenna and XEP, so looks like it's not buggy behaviour, can some

Re: org.apache.fop.viewer.PreviewDialog

2002-11-25 Thread IvanLatysh
Hello, Oleg! You wrote to <[EMAIL PROTECTED]> on Fri, 22 Nov 2002 20:22:27 +0200: OT> IvanLatysh wrote: OT>>> Why? awt viewer succesfully reuse it while reloading fo document, OT>>> it just cleans renderer by removing all rendered pages. >> It does work only in a case when you didn't change s

RE: Alt-Design status: XML handling

2002-11-25 Thread Rhett Aultman
Completely generalized and probably worthless response below. ;) -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 4:01 PM To: [EMAIL PROTECTED] Subject: Re: Alt-Design status: XML handling >> Peter B. West wrote: > I don't believe is is o

DO NOT REPLY [Bug 3073] - Whitespace does not scale

2002-11-25 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_bug

Re: Alt-Design status: XML handling

2002-11-25 Thread Oleg Tkachenko
Peter B. West wrote: I don't believe is is only a matter of style. I think the detrimental effects of push for general programming are glaringly obvious. It's just event-driven processing, how it could be detrimental? I haven't read the documentation, but it may be that they are referring to

Problems with CheckBoxes in PCL

2002-11-25 Thread Rajendran S
I am able to use ZapfDingBats ❑ to get checkbox in PDF. But When I generate PCL , this appears as letter Q. When I tested the sample file fonts.fo that comes with FOP distribution to generate PCL, it does not generate the check boxes in PCL. I have tried this with both 0.20.3 and 0.20.4. In

Re: Problems with examples

2002-11-25 Thread Oleg Tkachenko
W. Eliot Kimber wrote: In the meantime, the spec is plain on this point, so why not follow it? Absolutely, we should follow the spec--that is the safest route. I was really just noting that, given the unique aspect of this one sequence group, XEP's validator was not entirely out of line for

cvs commit: xml-fop/src/org/apache/fop/layout BorderAndPadding.java

2002-11-25 Thread chrisg
chrisg 2002/11/25 11:43:42 Modified:src/org/apache/fop/layout Tag: fop-0_20_2-maintain BorderAndPadding.java Log: Fixes bug from previous Perfomance tuning patch Submitted by: Henrik Olsson <[EMAIL PROTECTED]> Revision ChangesPath No

User Agent

2002-11-25 Thread Oleg Tkachenko
Hello! What is the convention behind UserAgent class? afaiu, the class should provide default values for all user-agent-related properties, which are overridable through the configuration file. So, if I want to add auto values for page-height and page-width, how should I do it? -- Oleg Tkachen

DO NOT REPLY [Bug 14657] - [PATCH] Awt measuring/rendering problems

2002-11-25 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

cvs commit: xml-fop/src/org/apache/fop/render/awt AWTFontMetrics.java AWTRenderer.java FontSetup.java

2002-11-25 Thread chrisg
chrisg 2002/11/25 09:01:48 Modified:.Tag: fop-0_20_2-maintain CHANGES src/org/apache/fop/render/awt Tag: fop-0_20_2-maintain AWTFontMetrics.java AWTRenderer.java FontSetup.java Log: Improved AWT Font-measuring/rendering (see bug #14657)

DO NOT REPLY [Bug 14770] - PDF Renderer does not work with .bmp images.

2002-11-25 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: Alt-Design status: XML handling

2002-11-25 Thread Peter B. West
Oleg Tkachenko wrote: Peter B. West wrote: Why is it easier for developers to use? Is it because the API is less complex or more easily understood? Not really. As you point out, the SAX API is not all that complex. The problem is that the processing model of SUX is completely inverted. W

Re: Problems with examples

2002-11-25 Thread W. Eliot Kimber
Peter B. West wrote: W. Eliot Kimber wrote: Eliot, I'm not sure how to proceed. The war-cry of workers on the X-web is surely, "Remember HTML!" The argument for a new content model for simple-page-master is cogent, and I'm sure that the editors will listen to it. (How the result will be e

Re: Problems with examples

2002-11-25 Thread Peter B. West
W. Eliot Kimber wrote: Oleg Tkachenko wrote: Peter B. West wrote: I have debugging my FO tree building be running it against various example fo files. Of the three I have used so far, I have found problems with two. ./docs/examples/pagination/allregions.fo has the problem that I mentioned

DO NOT REPLY [Bug 13867] - [PATCH] Updated examples/fo files to remove all errors and warnings during build

2002-11-25 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

cvs commit: xml-fop/docs/examples/fo border.fo hyphen.fo leader.fo newlinktest.fo pdfoutline.fo readme.fo table.fo tableunits.fo textdeko.fo

2002-11-25 Thread chrisg
chrisg 2002/11/25 03:56:53 Modified:.Tag: fop-0_20_2-maintain CHANGES docs/examples/fo Tag: fop-0_20_2-maintain border.fo hyphen.fo leader.fo newlinktest.fo pdfoutline.fo readme.fo table.fo tableunits.fo textdeko.fo

DO NOT REPLY [Bug 14013] - [PATCH] Performance tuning

2002-11-25 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

DO NOT REPLY [Bug 14013] - [PATCH] Performance tuning

2002-11-25 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

DO NOT REPLY [Bug 13289] - Lines in wrapped blocks are not wrapped correctly

2002-11-25 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

DO NOT REPLY [Bug 14637] - fo:retrieve-marker is confused by 2-columns reports

2002-11-25 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

DO NOT REPLY [Bug 14637] - fo:retrieve-marker is confused by 2-columns reports

2002-11-25 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

DO NOT REPLY [Bug 13289] - Lines in wrapped blocks are not wrapped correctly

2002-11-25 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

DO NOT REPLY [Bug 13289] - Lines in wrapped blocks are not wrapped correctly

2002-11-25 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

DO NOT REPLY [Bug 14637] - fo:retrieve-marker is confused by 2-columns reports

2002-11-25 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