Answered
I have successfully written a dynamic stamp that allows the user to select different checkboxes, select from three different dropdowns (Guidance, Rev, and Change) and use the Identity of the user and organization. My customer has now come back and wants the Change dropdown to show ONLY when a specific guidance is selected.
I have found several ways to accomplish this in forms, but not in a dialog box for a dynamic stamp. I have tried unsuccessfully to use an IF statement in the "description".
Any help is appreciated!
Thanks!
If you want a dropdown on the dialog to show/hide at runtime based on the value of another dropdown, then the answer is No. The layout for a custom dialog is fixed when it is created. About the best that can be done is to enable/disable dialog fields with the "dialog.enable()" function.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script