Re: [iText-questions] Arraylists deprecated in AcroFields.Item since 2.1.5

2009-06-13 Thread 1T3XT info
Tobias van Treeck wrote: > how should i replace "item.widgets.size();" ? > > There doesn't seem to be a method for it? item.size(); -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

[iText-questions] Arraylists deprecated in AcroFields.Item since 2.1.5

2009-06-12 Thread Tobias van Treeck
Hi, i upgraded to itext version 2.1.5 and wanted to remove the newly appeared deprecated warnings however it seems to be able to do that some methods are missing? The method detects whether a form field is readonly or not. 1. I replaced "item.merged.get(i)" with "item.getMerged(i);" that's easy 2