Re: [iText-questions] Loop in ColumnText and MultiColumnText

2009-01-06 Thread 1T3XT info
Leo wrote: > Thank you for your interest, but I'm not able to find any revision on > ColumnText class... > I found something that seems related in MultiColumnText... That was the change I meant. Let's close this thread and continue with the other thread. I'll try your example. -- This answer is

Re: [iText-questions] Loop in ColumnText and MultiColumnText

2009-01-04 Thread Leo
I suggest to introduce doesn't solve the problem but could help to understand what is happening. Leo - Original Message - From: "1T3XT info" To: "Post all your questions about iText here" Sent: Wednesday, December 31, 2008 11:31 AM Subject: Re: [iTex

Re: [iText-questions] Loop in ColumnText and MultiColumnText

2008-12-31 Thread 1T3XT info
Leo wrote: > Hi everybody, > I found a loop condition inside ColumnText class...it would be very > usefull to avoid that, because it seems like nothing is going on...but > it's looping!!! This was caused by the fact that your initial y value wasn't equal to document.top(); I uploaded a (dirty)

Re: [iText-questions] Loop in ColumnText and MultiColumnText

2008-12-31 Thread 1T3XT info
Leo wrote: > Hi everybody, > I found a loop condition inside ColumnText class...it would be very > usefull to avoid that, because it seems like nothing is going on...but > it's looping!!! I was able to reproduce the problem using your code, but: > _I suggest to add this code in ColumnText.go(bo