Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

DropDown is not appearing in Dynamic Stamp

Explorer ,
Apr 24, 2023 Apr 24, 2023

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.

TOPICS
JavaScript
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 24, 2023 Apr 24, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 24, 2023 Apr 24, 2023

Some code is also placed in Document JavaScript.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 24, 2023 Apr 24, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 24, 2023 Apr 24, 2023
LATEST

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 PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines