Skip to main content
March 9, 2016
Question

ADM GetPoint ShowToolTip equivalent for Acrobat X, XI & DC?

  • March 9, 2016
  • 2 replies
  • 535 views

Hi,

I'm updating some old code which shows a tooltip when hovering the mouse over an annotation and i'm trying to find what has replaced these ADM functions below?

ASPoint inWhere;

sADMTracker->GetPoint(NULL,&inWhere);

sADMBasic->ShowToolTip(&inWhere,"tooltip here");

Any ideas?

Lee.

This topic has been closed for replies.

2 replies

Inspiring
March 14, 2016

What are you using for the UI now?

Legend
March 9, 2016

Since ADM was removed, you now implement UI using the platform API or a third party library. So you need to refer to implementing tooltips in that environment.