Re: [iText-questions] Choicebox Problem

2005-07-13 Thread eng balduman
Hello again. I am really sorry for my English. What I meant was combobox instead of choicebox. How to change the value for the combobox? I have this combobox with choices (in my pdf template file) and what I did is I use the setField() method. The value did not display. Also, the values of the co

Re: [iText-questions] Choicebox Problem

2005-07-12 Thread bruno
Please keep on the mailinglist. eng balduman wrote: Hello again. I am really sorry for my English. What I meant was combobox instead of choicebox. How to change the value for the combobox? I have this combobox with choices (in my pdf template file) and what I did is I use the setField() meth

[iText-questions] Choicebox Problem

2005-07-12 Thread eng balduman
Hello... I have an existing pdf template file. and using the Stamper class, I created a new pdf file from the template file that will edit some acroform objects like textboxes, checkboxes, and choiceboxes. I would like to know how to set the choice selections of an acroform field? Thank you in adv

Re: [iText-questions] Choicebox Problem

2005-07-11 Thread Bruno Lowagie
Didn't we have this discussion on the mailinglist a while ago? http://thread.gmane.org/gmane.comp.java.lib.itext.general/16699 eng balduman wrote: Hello! I have a this template pdf file that has textboxes, checkboxes, and choiceboxes (form like). Then using itext Stamper class I edited the valu

[iText-questions] Choicebox Problem

2005-07-11 Thread eng balduman
Hello! I have a this template pdf file that has textboxes, checkboxes, and choiceboxes (form like). Then using itext Stamper class I edited the values of the textboxes, choiceboxes, and checkboxes and saved it to a new pdf file. At the beginning, the texts in the edited textboxes will not display