[iText-questions] Re: RtfWriter update

2002-06-25 Thread Bruno Lowagie
Mark Hall wrote: > This is an update to the RtfWriter, that fixes the Table bug. OK, I uploaded the changes to CVS. Bruno --- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN mem

[iText-questions] Re: RtfWriter update

2002-03-06 Thread bruno
Mark writes: > Most of the work again courtesy of Steffen Stundzig. > > Greetings, > Mark Thanks to both of you. The code has been uploaded to CVS. kind regards, Bruno ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.ne

[iText-questions] Re: RtfWriter

2002-02-08 Thread bruno
Mark writes: > I'm sorry about the troubles with the last version of the RtfWriter. > I have attached my current version. I think I received (or used) a wrong version of RtfWriter earlier, because now I don't have any trouble compiling the code. THX! Bruno

[iText-questions] Re: RtfWriter

2002-02-08 Thread bruno
Mark writes: > Hi Bruno > > There were some changes I'd made not present in the CVS version. > This version contains the changes and also corrects the compile problem. No it doesn't. I see that you have still some private variables in RtfWriter that are used in RtfCell, RtfRow and RtfTable.

[iText-questions] Re: RtfWriter

2002-02-08 Thread bruno
Mark writes: > Sorry, not the best of my days today. Hello Mark, I had to change the file, because the other files in the RTF package wouldn't compile anymore (because you had made some methods and variables private). I have changed them into package private methods and variables. Can you do

[iText-questions] Re: RtfWriter Update

2002-02-07 Thread bruno
Mark writes: > Hi > > This is an update to the RtfWriter. THX, also to Steffen Stundzig! I have uploaded your code to CVS. I don't know if you have looked at the release I made yesterday. Paulo has added a class ExceptionConverter to improve errorhandling (debugging). Maybe you want to use t