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

hooking a .NET EventListener to Acrobat3D

OGOG
OGOG's picture
Registered: May 23 2008
Posts: 7

hi,

i'm using acrobat 3d and would like to know if there is any native possibility to hook up an event listener out of my .NET application.

Acrobat3D <----- event listener ------ .NET application

e.g. the user performs a click on a part of my 3d model, now my .NET application should notice this click and retrieve the information about this part. my .NET application has to work with this information to perform certain db queries.

i would appreciate any information regarding this topic

thanx in advance!

My Product Information:
Acrobat 3D 8.1.2, Windows
neo_canes
neo_canes's picture
Registered: May 30 2008
Posts: 10
Hi, Dear Friend I am looking for the same.
If you find the solution Please also share with me.
OGOG
OGOG's picture
Registered: May 23 2008
Posts: 7
hi,

adobe stated, that this is not supported. but maybe you can find a solution by using adbc (database connectivity) or JSO (JavaScript Objects).

Or you just use IAC (Inter application connectivity):

Inside your pdf you could write the name of the clicked 3d part into a textfield.
With IAC and you programming language you could now check against changes of this textfield.

hope i could help a little