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

Subform contents not displaying correctly when made "visible"

Community Beginner ,
Aug 09, 2019 Aug 09, 2019

Copy link to clipboard

Copied

ok i have a sub-form that contains check boxes. it is hidden and becomes visible when when the conditions are met. however the check boxes in the sub-form only show the box to check and not the accompany text. tried it on different systems thinking it was an adobe issue but its persistent across the systems

the form was made in live cycle

code to make the sub-form visible inside check box

if (this.rawValue == "1")

     {

          emergency.rawValue =0;

          ND.rawValue = 0;

          if (Internet.rawValue =="1")

          {

               xfa.resolveNode("IG-RN").presence ="visible";

          }

     }

like i said this code works but the check boxes in the sub form only show the box and the the text that goes along with it.

EDIT:issue.jpg

so its not just a sub-form thing its also happening if i take out the checkboxes and make them invisible/visible. only showing the box not the text with the box.

TOPICS
Acrobat SDK and JavaScript , Windows

Views

295

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Beginner , Aug 09, 2019 Aug 09, 2019

Votes

Translate

Translate
Community Expert ,
Aug 09, 2019 Aug 09, 2019

Copy link to clipboard

Copied

Try the forum for Adobe Livecycle Designer.

Votes

Translate

Translate

Report

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 Beginner ,
Aug 09, 2019 Aug 09, 2019

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

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