Avatar

Level 1

 

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 caption,i 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")

     {

          RN.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 captions that goes along with it.

this also happens outside the subform to the check boxes as well.

issue.jpg