Answered
Hidden Until Triggered on Buttons
Hello,
I am creating buttons and I would like to set the 'Hidden Until Triggered' check box. Can this be done by a script?
Hello,
I am creating buttons and I would like to set the 'Hidden Until Triggered' check box. Can this be done by a script?
Hi, Pickory!
In InDesign CS5.5 that was:
myButton.visibilityInPdf = VisibilityInPdf.HIDDEN_BUT_PRINTABLE_IN_PDF;
In CS6 that has obviously changed…
myButton.hiddenUntilTriggered = true;
Uwe
(Was logged in with the wrong Adobe ID, so I removed one message and added this one)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.