Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-27 Thread Bruno Lowagie
netslow wrote: > Thanks for your help, I solved my problem. I built latest jar from svn and > now setHeaderRows() works exactly as it should. FYI: after running my test examples, I noticed that the patch I posted causes problems when you extend the last row of a table. A new patch was posted la

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-27 Thread netslow
I'm sorry. I didn't meant to offend anybody. It was just a joke(lazyness I mean). Thanks for your help, I solved my problem. I built latest jar from svn and now setHeaderRows() works exactly as it should. Bruno Lowagie (iText) wrote: > > netslow wrote: >> Well, it's very commendable. But I s

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-22 Thread Bruno Lowagie
netslow wrote: > Well, it's very commendable. But I still can't get any solution for my > problem. > It looks like a bug in iText... And this patch fixes it: Revision: 4030 http://itext.svn.sourceforge.net/itext/?rev=4030&view=rev Author: blowagie Date: 2009-07-22 14:43:15 +

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-22 Thread 1T3XT info
netslow wrote: > It looks like a bug in iText... Rowspan for PdfPTable was only introduced in iText 2.1.6. A first bug was fixed in iText 2.1.7. It could be a bug, but as I explained: we need time to look at it. If you have some spare time, please send it our way ;-) -- This answer is provided by

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-22 Thread netslow
Well, it's very commendable. But I still can't get any solution for my problem. It looks like a bug in iText... 1T3XT info wrote: > > netslow wrote: >> Maybe you are just lazy like me > > That assumption is wrong. Actually I am overworked. > -- > This answer is provided by 1T3XT BVBA > http:

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-22 Thread 1T3XT info
netslow wrote: > Maybe you are just lazy like me That assumption is wrong. Actually I am overworked. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- _

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-20 Thread netslow
Well... I haven't get any answer for 5 days. Maybe you are just lazy like me and it's too hard to compile code which I posted. So I will try to explain : I have a table with cells which have rowSpan more than 1: _ | | |__| |

[iText-questions] setHeaderRows and setRowSpan

2009-07-15 Thread netslow
Hi. I have some problems with table when I invoke setHeaderRows(X) if it has few cells with rowSpan greater than 1. Here is example code. As you can see result pdf document has broken(rowSpan = 1 instead 3) cells in header: public class TableIssue { private static Font fontCell = null;