Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-26 Thread 1T3XT info
Ekta Agarwal wrote: Thanks for the pointer. Here is a simpler java code for my problem. Your code doesn't compile because you aren't providing the class FieldCell. So I commented out the cell event stuff and compiled the example without the TextField (see attachment). I didn't like what I saw b

Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Ekta Agarwal
Thanks for the pointer. Here is a simpler java code for my problem. Thanks in advance. -Ekta- On Tue, Mar 25, 2008 at 12:22 PM, Ekta Agarwal <[EMAIL PROTECTED]> wrote: > I am using the setCellEvent to add a text field to a cell. But after this, > the borders on my table dissappear. I am confused

Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Alexis Pigeon
Hi Ekta, On 25/03/2008, Ekta Agarwal <[EMAIL PROTECTED]> wrote: > I am using the setCellEvent to add a text field to a cell. But after this, > the borders on my table dissappear. I am confused as to why would this > happen? I even explicity set the BorderColor and Width of the cell, but this > doe

[iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Ekta Agarwal
I am using the setCellEvent to add a text field to a cell. But after this, the borders on my table dissappear. I am confused as to why would this happen? I even explicity set the BorderColor and Width of the cell, but this does not help. Attached is a snippet of the code, I would greatly appreciat