Re: [iText-questions] setField for multi-select lists?

2008-10-29 Thread 1T3XT info
Dajana Milinov wrote: > Hi, > > Are there any plans to add multiselect listbox support in XfdfReader and > FdfReader? Below are xfdf related changes in case you would like to review > or use. I've looked at your solution. It breaks plenty of other things. It needs more work to make it work. --

Re: [iText-questions] setField for multi-select lists?

2008-10-28 Thread 1T3XT info
Dajana Milinov wrote: > Hi, > > Are there any plans to add multiselect listbox support in XfdfReader and > FdfReader? Below are xfdf related changes in case you would like to review > or use. I'll have a look at your code tomorrow. I'll have to adapt the Java5 stuff. Believe it or not, but ther

Re: [iText-questions] setField for multi-select lists?

2008-10-28 Thread Dajana Milinov
Hi, Are there any plans to add multiselect listbox support in XfdfReader and FdfReader? Below are xfdf related changes in case you would like to review or use. Thanks, Dajana --- XfdfReader changes --- change property 'fields' to 'HashMap> fields' change method endElement: public void en

Re: [iText-questions] setField for multi-select lists?

2008-10-27 Thread Paulo Soares
> -Original Message- > From: 1T3XT info [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 9:23 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] setField for multi-select lists? > > Nicklas Karlsson wrote: > > Excel

Re: [iText-questions] setField for multi-select lists?

2008-10-27 Thread Nicklas Karlsson
Sure, no panic. On Mon, Oct 27, 2008 at 11:23 AM, 1T3XT info <[EMAIL PROTECTED]> wrote: > Nicklas Karlsson wrote: >> Excellent! I'm not that familiar with your release cycles, when do you >> expect it to be included in a release? >> There always those people who get nervous when getting the answer

Re: [iText-questions] setField for multi-select lists?

2008-10-27 Thread 1T3XT info
Nicklas Karlsson wrote: > Excellent! I'm not that familiar with your release cycles, when do you > expect it to be included in a release? > There always those people who get nervous when getting the answer > "trunk" to the question "What version are we using?" Paulo, is it OK for you if I make a r

Re: [iText-questions] setField for multi-select lists?

2008-10-27 Thread Nicklas Karlsson
Excellent! I'm not that familiar with your release cycles, when do you expect it to be included in a release? There always those people who get nervous when getting the answer "trunk" to the question "What version are we using?" -

Re: [iText-questions] setField for multi-select lists?

2008-10-24 Thread 1T3XT info
Nicklas Karlsson wrote: > Hi, > > I found an oldish posting saying that setField was not supported for > multi-select listboxes. Is this still the case? > > Is the workaround to check the field type, typecast correctly and do > some low level selections? Modified: trunk/src/core/com/lowagie/text

Re: [iText-questions] setField for multi-select lists?

2008-10-23 Thread 1T3XT info
Nicklas Karlsson wrote: > Hi, > > I found an oldish posting saying that setField was not supported for > multi-select listboxes. Is this still the case? > > Is the workaround to check the field type, typecast correctly and do > some low level selections? I thought I wrote an extra method for thi

[iText-questions] setField for multi-select lists?

2008-10-23 Thread Nicklas Karlsson
Hi, I found an oldish posting saying that setField was not supported for multi-select listboxes. Is this still the case? Is the workaround to check the field type, typecast correctly and do some low level selections? -- --- Nik --