Re: [iText-questions] SetAppearance not found for the PushButtonField object

2006-02-11 Thread Paulo Soares
ECTED]> To: Sent: Saturday, February 11, 2006 4:14 PM Subject: RE: [iText-questions] SetAppearance not found for the PushButtonField object Here is the code we are trying after going over the javadocs and C# source. PdfReader pdfreader = new PdfReader( "initial doc.pdf "); PdfStamper s

RE: [iText-questions] SetAppearance not found for the PushButtonField object

2006-02-11 Thread Dan Phillips
February 11, 2006 9:47 AM To: Dan Phillips; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] SetAppearance not found for the PushButtonField object ff.setHighlighting(PdfAnnotation.HIGHLIGHT_PUSH); PS: This is in the javadocs - Original Message - From: "Dan Phillip

Re: [iText-questions] SetAppearance not found for the PushButtonField object

2006-02-11 Thread Paulo Soares
ff.setHighlighting(PdfAnnotation.HIGHLIGHT_PUSH); PS: This is in the javadocs - Original Message - From: "Dan Phillips" <[EMAIL PROTECTED]> To: Sent: Saturday, February 11, 2006 2:15 PM Subject: RE: [iText-questions] SetAppearance not found for the PushButtonField ob

RE: [iText-questions] SetAppearance not found for the PushButtonField object

2006-02-11 Thread Dan Phillips
ips; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] SetAppearance not found for the PushButtonField object >From the javadocs: PdfFormField ff = bt.getField(); For the other appearances using the same bt instance: bt.setImage(image_down); ff.setAppearance(PdfAnn

Re: [iText-questions] SetAppearance not found for the PushButtonField object

2006-02-10 Thread Paulo Soares
From the javadocs: PdfFormField ff = bt.getField(); For the other appearances using the same bt instance: bt.setImage(image_down); ff.setAppearance(PdfAnnotation.APPEARANCE_DOWN, bt.getAppearance()); bt.setImage(image_rollover); ff.setAppearance(PdfAnnotation.APPEARANCE_ROLLOVER, bt.getAppeara