Re: HashMap

2004-01-15 Thread Eric Galluzzo
Andreas L. Delmelle wrote: -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. "HashMaps... I won't say what image that conjures up for me." "Well?" "A map of where you have the sta

Re: "Document Name" when printing

2003-10-07 Thread Eric Galluzzo
Clay Leeds wrote: Is there any way to control the document name when printing from the command line (fop-0.20.5, java 1.4.1_01-b01 running under Windows XP Pro). At present it displays "Java Printing". I'd like to *at least* have an option for appending a serial number printing (Java Printing_

Re: Tabs in eclipse

2003-07-03 Thread Eric Galluzzo
J.Pietschmann wrote: Peter B. West wrote: The problem is that there are different editors. The Java editor is OK, but when you start editing xml files, for example, you get a different editor - the Text Editor, I think. And that beast seems immune to instruction about tabs. Ah, yes. Text i

RE: Logs, logs and more logs

2001-09-14 Thread Eric Galluzzo
> Hi Christopher, > Very good points, but I think this is a discussion that needs to > happen at a higher level. FOP needs to cooperate with Cocoon, and > Cocoon is > committed to Avalon. If Avalon adopted Trunk, or did something similar, it > would fix FOP and Cocoon at the same time with l

RE: logging

2001-08-06 Thread Eric Galluzzo
> And a good one. I'm not familiar with Velocity or it's > particular approach, > but the basic idea of separating logging interface from logging > implementation is sound. Components such as fop should not require a > particular logging implementation, they should write to an interface and > al

RE: vertically centering contents of table-cell

2001-07-16 Thread Eric Galluzzo
> Good question. Does anyone knows how to vertically center text in a > table-cell? I'm afraid that I don't. :) I tried display-align="center" and vertical-align="middle", both to no avail. From the code (specifically, org.apache.fop.fo.flow.TableCell.setup() and setRowHeight(int) ) it looks li