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

Disappearing Radio Buttons on Spawned Page

Explorer ,
Feb 18, 2016 Feb 18, 2016

Hi Everyone!  I have an interesting one, and have searched all over to figure out what might be happening.  I have a Acrobat XI Pro PDF that spawns in several template pages that need to maintain their field names.  One template page has 6 radio buttons (3 sets of 2 yes/no questions) among other fields.  ALL the other fields spawn perfectly, EXCEPT the radio buttons, which become almost invisible when spawned and lose all of their actions.

My Specs:

Windows 7 Professional

Adobe XI Pro

My question: Are there any known bugs in XI that can cause this to happen?  I can provide any details you like.

Thank you again so much for you input,

Christian

TOPICS
Acrobat SDK and JavaScript , Windows
378
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 ,
Feb 19, 2016 Feb 19, 2016
LATEST

Well, in case anyone comes across this issue, I found that setting "Rename Field" to true in the Spawn command allowed the radio buttons to appear.  If anyone knows how to make the radio buttons appear normally with this value as false please feel free to respond

For those newer to JS (like me):

The old way (when the radio buttons disappeared): "CE5.spawn(5, false, false);"

The old way (when the radio buttons disappeared): "CE5.spawn(5, true, false);"

Again, I would really love to know if there is something I am missing that would cause the radio buttons to disappear with the rename value as false.

Thank you!

Christian

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