AcEdInputPointMonitor::monitorInputPoint generate tooltip on AcdbText

AcEdInputPointMonitor::monitorInputPoint generate tooltip on AcdbText

Anonymous
Not applicable
1,004 Views
3 Replies
Message 1 of 4

AcEdInputPointMonitor::monitorInputPoint generate tooltip on AcdbText

Anonymous
Not applicable

please look at the picture below,text.jpg

I want to display tooltip like the blue area in the picture above when I move the mouse on the Text,  you will see ,there are two texts,  one is thinner and one is thicker,  I derived a class from AcEdInputPointMonitor , and the tooltip displays as I want with the thinner text, but not easy to display with the thicker text(1038.748).  My CAD is 2008/2009.

anyone could tell me why?

0 Likes
Accepted solutions (1)
1,005 Views
3 Replies
Replies (3)
Message 2 of 4

fenton_webb
Autodesk
Autodesk
Accepted solution

I think you are running into an issue with TrueType fonts not being rendered correctly when being used as a Transient graphic. Try the newer versions of AutoCAD and you will see that it works...




Fenton Webb
AutoCAD Engineering
Autodesk

0 Likes
Message 3 of 4

Anonymous
Not applicable

thanks a lot , I tried 2009 too, not work.  maybe 2010, I will compile my code and have a try.

0 Likes
Message 4 of 4

Anonymous
Not applicable

If I understood question right, you want use bold and normal texts within your tooltip. As I know, it's unpossible to do so. That's why, you have to create your own custom tooltip control.

0 Likes