Skip to main content
Sonny AR
Inspiring
April 24, 2023
Question

DropDown is not appearing in Dynamic Stamp

  • April 24, 2023
  • 2 replies
  • 1438 views

Hello experts,

 

I am having an issue with a dynamic stamp that has one dropdown box and two text fields. The problem I am facing is that the dropdown box is not appearing in the dialog box cluster.

Could someone please guide me on how to fix this problem?

I have attached a file for reference.

 

Thank you.

This topic has been closed for replies.

2 replies

Thom Parker
Community Expert
Community Expert
April 24, 2023

A list field is defined, but not a popup.  There's also an error in the code where the listbox is defined, i.e. "builder" is used where it should be "sd.builder".  

You'd be much better served just writing out the code for the dialog box instead of using this bluebeam crap.

 

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
April 24, 2023

I don't see anywhere in that code where a drop-down field is defined in the dialog object.

Sonny AR
Sonny ARAuthor
Inspiring
April 24, 2023

Some code is also placed in Document JavaScript.

try67
Community Expert
Community Expert
April 24, 2023

I saw it. It's not defined there, either.