Re: [iText-questions] Tooltips

2009-04-18 Thread Erik Piché
Leonard Rosenthol wrote: > You don't need to add any actions to get tooltips!! > > The string in the /TU value of the Widget annotation controls the > automatic tooltips... That worked really well, thx!! -- View this message in context: http://www.nabble.com/Tooltips-tp21761350p23107288.ht

Re: [iText-questions] Tooltips

2009-02-01 Thread 1T3XT info
Leonard Rosenthol wrote: > You don't need to add any actions to get tooltips!! > > The string in the /TU value of the Widget annotation controls the > automatic tooltips... Ow, in iText, this can be set using the method PdfFormField.setUserName(String s); I looked in the PDF Reference for "tool

Re: [iText-questions] Tooltips

2009-01-31 Thread Leonard Rosenthol
You don't need to add any actions to get tooltips!! The string in the /TU value of the Widget annotation controls the automatic tooltips... Leonard On Sat, Jan 31, 2009 at 5:49 AM, 1T3XT info wrote: > Erik Piché wrote: > > Hello, > > > > I'd like to programmatically add tooltips to my existing

Re: [iText-questions] Tooltips

2009-01-31 Thread 1T3XT info
Erik Piché wrote: > Hello, > > I'd like to programmatically add tooltips to my existing acroforms' > fields. The forms were created using Adobe Pro 9, not livecycle. I have > edit fields only on my forms and the description strings (for > tooltips) are on the database, that's why I'd like to d

[iText-questions] Tooltips

2009-01-31 Thread Erik Piché
Hello, I'd like to programmatically add tooltips to my existing acroforms' fields. The forms were created using Adobe Pro 9, not livecycle. I have edit fields only on my forms and the description strings (for tooltips) are on the database, that's why I'd like to do so. 1) I there any way to

RE: [iText-questions] Tooltips

2003-10-24 Thread Leonard Rosenthol
At 12:18 PM +0100 10/24/03, Paulo Soares wrote: Thst's possible to do with annotations but you'll have to read the pdf reference on that chapter to see what has to be done. Form fields work better for this, since there is support in Acrobat built-in for it. Make read-only button fields over the

RE: [iText-questions] Tooltips

2003-10-24 Thread Paulo Soares
To: [EMAIL PROTECTED] > Subject: [iText-questions] Tooltips > > > Hi. > > I'm using iText with JFreeChart to draw charts in pdf > documents. I'd like to be able to popup a tooltip > when the mouse is over certain regions in the chart. > > Is this possi

[iText-questions] Tooltips

2003-10-23 Thread Dave Comfort
Hi. I'm using iText with JFreeChart to draw charts in pdf documents. I'd like to be able to popup a tooltip when the mouse is over certain regions in the chart. Is this possible in a pdf document? If so, which features of iText can I use to make it happen? Thanks. Dave