Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
What are you using for the UI now?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now