Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron

I tried the links above but they are broken.  I've searched for some PdfPCell
tooltip examples but can't seem to find anything in C#.  I found one on
http://1t3xt.info/examples but it was Java.  I tried try similar attempts
within C# to no avail.  I also downloaded the C# tutorial but couldn't find
any PdfPCell tooltip examples.

Anyone know of anymore examples?

Thanks,
Stephen
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Itext-tooltip-generation-tp2171712p2313974.html
Sent from the iText - General mailing list archive at Nabble.com.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread Paulo Soares
If it works in Java it works in C#. What example exactly do you refer to?

Paulo 

-Original Message-
From: sfbarron [mailto:sfbar...@gmail.com] 
Sent: Wednesday, August 04, 2010 7:26 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Itext tooltip generation


I tried the links above but they are broken.  I've searched for some PdfPCell
tooltip examples but can't seem to find anything in C#.  I found one on
http://1t3xt.info/examples but it was Java.  I tried try similar attempts
within C# to no avail.  I also downloaded the C# tutorial but couldn't find
any PdfPCell tooltip examples.

Anyone know of anymore examples?

Thanks,
Stephen


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron

Thank you for the quick response.  The link to the example I am referring to
is below.  However, I can't seem to tell where the onGenericTag() method
gets fired.  I'm assuming it's possibly an event handler?  I'm trying to do
a standard mouse over tool tip but I'm not sure that this code will do that. 
I haven't been able to find any examples except this one.

The example I'm looking at is here:
http://1t3xt.info/examples/browse/?page=exampleid=293

Thanks again,
Paulo
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Itext-tooltip-generation-tp2171712p2315013.html
Sent from the iText - General mailing list archive at Nabble.com.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron

Thank you, Paulo, for the quick response.  The link to the example I am
referring to is below.  However, I can't seem to tell where the
onGenericTag() method gets fired.  I'm assuming it's possibly an event
handler?  I'm trying to do a standard mouse over tool tip but I'm not sure
that this code will do that.  I haven't been able to find any examples
except this one. 

The example I'm looking at is here: 
http://1t3xt.info/examples/browse/?page=exampleid=293

Thanks again, 
Stephen
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Itext-tooltip-generation-tp2171712p2315018.html
Sent from the iText - General mailing list archive at Nabble.com.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread Paulo Soares
It's OnGenericTag in C# and you'll have to override it.

Paulo 

-Original Message-
From: sfbarron [mailto:sfbar...@gmail.com] 
Sent: Thursday, August 05, 2010 4:27 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Itext tooltip generation


Thank you for the quick response.  The link to the example I am referring to
is below.  However, I can't seem to tell where the onGenericTag() method
gets fired.  I'm assuming it's possibly an event handler?  I'm trying to do
a standard mouse over tool tip but I'm not sure that this code will do that. 
I haven't been able to find any examples except this one.

The example I'm looking at is here:
http://1t3xt.info/examples/browse/?page=exampleid=293

Thanks again,
Paulo


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: [iText-questions] Itext tooltip generation

2009-11-11 Thread 1T3XT info
6QT5S wrote:
 I am unable to generate tooltip for a pdfpcell. It would be of great help if
 someone shares knowledge about displaying a tooltip for every cell of the
 Table

Read chapter 10 of the book to find out more about cell events.
Combine that knowledge with these examples:
http://1t3xt.be/?X0f5 (tip appears when you double click)
http://1t3xt.be/?X0fc (tip appears when on mouse over)
http://1t3xt.be/?X116 (a pop-up appears on mouse over)

Do not just try one example, start with the first,
then go on with the second, end with the third.
There's a learning traject involved.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/