Hi all,
I have created a PDF which has a javascript generated pop-up menu within it. When you click on the required area a pop-up menu appears which gives you the ability to insert an image using the following script:
event.target.buttonImportIcon();
I have extended the features for the client as they have Adobe Reader 9 for PC. This has been thoroughly tested at my end on both Mac and PC towers but for some reason when sent to the clients laptop (and indeed tested on a PC laptop at my end) and they click in the required area the menu does not pop-up. All other functions including those using javascript function as expected.
I have ensured that they have Javascript enabled in there PDF preferences.
I would be grateful for any suggestions.
thanks
rkpdfmaker
There is a big 'X' in the box for available in Reader box. In the description for the boxes of the 'Quick Bar" the "X" has the following meaning:
"The property or method is not allowed in Adobe Reader but is available in Acrobat Professional and Acrobat Standard."
So it appears this method is not available to Reader.
George Kaiser