Re: [iText-questions] How to populate a listbox

2007-08-09 Thread Robert Cearley
Bruno - Thanks for the quick response and great book... On 8/9/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote: > > Robert Cearley wrote: > > i'm trying to populate a listbox for a document that was created with > > adobe acrobat 8 life cycle designer. > > That's an XFA form (LiveCycle), not

Re: [iText-questions] How to populate a listbox

2007-08-09 Thread Bruno Lowagie (iText)
Robert Cearley wrote: > i'm trying to populate a listbox for a document that was created with > adobe acrobat 8 life cycle designer. That's an XFA form (LiveCycle), not an AcroForm (Acrobat). Currently iText doesn't support populating listboxes in XFA forms. br, Bruno --

[iText-questions] How to populate a listbox

2007-08-08 Thread Robert Cearley
i'm trying to populate a listbox for a document that was created with adobe acrobat 8 life cycle designer. When I run the following, i get the error: object reference not set to an instance of an object. ListBox1 is the name of the listbox I'm wanting to populate. Is the setlistoption not suppo