[iText-questions] Fill comb-field

2011-09-13 Thread Johannes Becker
Hi, today I tried to fill in a COMB-field: form.setField("combFieldXXX", value); My problem is, that the characters don't show up in separate boxes. Instead it appears as one single string. What am I doing wrong here? Any hints? Thanks in advance Jonny P.S.: This question was raised by some o

Re: [iText-questions] Tables and FormFields: Is this a bug?

2011-01-04 Thread Johannes Becker
Hi, thanks again for the quick reply. > so whatever problem there was: it's already fixed ;-) Good job. Since I'm stuck to an old version, might there be a workaround (i.e. wrapping my tables in some other object)? Thanks Jonny Am 04.01.2011 18:10, schrieb 1T3XT BVBA: > /* in_action/chapter1

Re: [iText-questions] Tables and FormFields: Is this a bug?

2011-01-04 Thread Johannes Becker
Hi, thanks for the quick reply. > Does the problem also exist in the most recent iText version? Yes it does (iText 5.0.5). Thanks Jonny Am 04.01.2011 17:37, schrieb 1T3XT BVBA: > Op 4/01/2011 14:45, Johannes Becker schreef: >> Hi all, >> >> thanks to help of you (es

[iText-questions] Tables and FormFields: Is this a bug?

2011-01-04 Thread Johannes Becker
Hi all, thanks to help of you (especially 1T3XT BVBA) I'm now able to create tables with PdfFormFields in them. But now I'm having a strange side-effect: The code attached generates the attached pdf. As you can see, the PdfFormFields of the last table are drawn on the second page, not in the t

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-28 Thread Johannes Becker
r creating the event handler won't do you any good. PS: This code won't create radio/check fields. You should at the very least be calling PdfFromField.createButton, createCheckBox or createRadioButton. That or we're missing some Important Code in CellField. --Mark Storer Senior Sof

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-27 Thread Johannes Becker
3XT BVBA: > Op 23/12/2010 10:25, Johannes Becker schreef: >>>Please read chapter 8 for more info. >> My problem is that im working with the 2007 book. :( > Read on until you reach p490. > There's a code sample on that page that shows how to: >> get the c

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-23 Thread Johannes Becker
ething here. Thanks Jonny Am 23.12.2010 09:29, schrieb 1T3XT BVBA: > Op 23/12/2010 8:41, Johannes Becker schreef: >> private class RadioRectangle implements PdfPCellEvent >> { >> public void cellLayout(PdfPCell cell, Rectangle rect, >> PdfContentByte[] canv

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread Johannes Becker
ists.sourceforge.net > Subject: Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in > table cell > > Op 22/12/2010 17:49, Johannes Becker schreef: > > Hi, > > > > I'm trying to put radio buttons/checkboxes (checked and unchecked) in a > table cell. These bu

[iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread Johannes Becker
Hi, I'm trying to put radio buttons/checkboxes (checked and unchecked) in a table cell. These buttons shouldn't be modifiable (i.e. only for display). As far as I understood, fields like RadioCheckField are always modifiable. Is there another way to achieve this. I'm using iText 2.1.7. Thanks

[iText-questions] Looking for something in iText similar like 'region-start/end' in xsl

2006-07-11 Thread Johannes Becker
Hi, I'm a toatal newbie to iText. I have experiences with generating PDF with xsl-fo. My aim is to create a multiple pages with same header, footer, region on the right and left ( 'region-start/end' in xsl ). I found examples for header and footer, but nothing for the region on the right and