Answered
I'm doing architectural models that never need to be viewed in "rotate" so I would like to remove this feature from the toolbar.
I found one posting here that says...."You can add new custom buttons to the 3D toolbar using javascript, and dis/enable the interaction tools by name (i.e. spin, rotate, zoom)"
I havent done any java scripting, does anyone know the basics of how to get that started?
Thanks.
Pete
runtime.disableTool("Rotate");
You can of course add more lines to disable other tools; the names to use are:
Fly
Spin
Measure
Rotate
Spin
Pan
Zoom
Walk
To change the script just load a new version of the JS file into the annot - you can't edit the Javascript from inside Acrobat.