Jun 28, 2005 #1 sravva Programmer May 4, 2004 10 US How can i change button icon image at runtime. I am using Acrobat prof 7 and will it work fine in Acrobat Reader 7? Thanks.
How can i change button icon image at runtime. I am using Acrobat prof 7 and will it work fine in Acrobat Reader 7? Thanks.
Aug 23, 2005 #2 trScott Technical User Dec 13, 2004 31 US Were you able to determine a solution? I need the exact same functionality. Upvote 0 Downvote
Aug 23, 2005 Thread starter #3 sravva Programmer May 4, 2004 10 US Hi trScott, I have used document level javascript as: var myfield = this.getField("Button1"); myfield.buttonImportIcon("../PDF/logo.jpg"); it will work in Acrobat 7 prof and not in Acrobat Reader 7. Upvote 0 Downvote
Hi trScott, I have used document level javascript as: var myfield = this.getField("Button1"); myfield.buttonImportIcon("../PDF/logo.jpg"); it will work in Acrobat 7 prof and not in Acrobat Reader 7.