Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Guest
Mar 09, 2016 Mar 09, 2016

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.

TOPICS
Acrobat SDK and JavaScript
493
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 09, 2016 Mar 09, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 13, 2016 Mar 13, 2016
LATEST

What are you using for the UI now?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines