These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Tooltips possible in 3D scene?

DBriggs
DBriggs's picture
Registered: Dec 16 2008
Posts: 10
Answered

I would like to create a Javascript that would show a part name as a tooltip when the user hovers the cursor in a 3D scene. The two challenges are 1)to determine which part the cursor is over without a mouse click to generate a hit, and 2) how to show the tooltip in the 3D scene.

I know the user can select the part and see the name in the Model Tree, this is meant to be a shortcut to quickly identify parts in a complex scene.

Any suggestions? I can't find anything relevant in the 3D API.

UVSAR
UVSAR's picture
Expert
Registered: Oct 29 2008
Posts: 1357
Not possible, sorry. JavaScript doesn't have the ability to create tooltips.
tantony
tantony's picture
Registered: Jun 19 2010
Posts: 3
You may place fields with appropriate metadata next to 3D scene, and show data when the part is clicked. It is standart way.