----- Original Message ----- 
From: "steve poling" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Thursday, October 19, 2006 9:49 PM
Subject: [iText-questions] TextField and other tooltips


> Hello,
> 
> (Apologies if this is an ignorant question. Be gentle, this is my first 
> post.) When I create a text field in Adobe Acrobat the text field 
> properties dialog's general tab has a place where I can enter a 
> "tooltip" Can I create a TextField and then give it a "tooltip"? I've 
> googled the listserv and grepped the source tree and the word "tooltip" 
> almost never appears. ("Almost" means I found createSquareCircle.)
> 
> Closest I've gotten has been to use createSquareCircle() to create a 2nd 
> annotation at the same location as the original TextField. But this 
> seems wrong.
> 

TextField tf = ...;
...
...
PdfFormField ff = tf.getTextField();
ff.setUserName("This is a tooltip");

Paulo

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to