I would like to be able to control the thumbnails in the navigation view. I tried this.AddThumbnails(2,6) and also this.RemoveThumbnails() and neither seem to do anything.
Is this something that I can control?
Dan
Dan Hinsley
My Product Information:
Acrobat Pro 9.3.1, Windows
JavaScript is case-sensitive. You need to use this.addThumbnails() and this.removeThumbnails() instead. Also, you should enable the option to show the console on errors and warnings. It will make debugging much easier.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
You need to use this.addThumbnails() and this.removeThumbnails() instead.
Also, you should enable the option to show the console on errors and warnings. It will make debugging much easier.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com