Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

shevaunoconnor
shevaunoconnor
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by shevaunoconnor
Customize the badges you want to showcase on your profile
Re: Going crazy! Objects not becoming hidden . . . - Adobe LiveCycle 19-07-2011
Thank you, just noticed that I should mark this as answered!

Views

98

Likes

0

Replies

0
Re: Going crazy! Objects not becoming hidden . . . - Adobe LiveCycle 12-02-2010
Hi Niall, Thank you!! You have solved my problem by making me look at this a different way. Your code works because I can only have one raw value. But I need the Neutral value to count as the box being checked and to show the previously hidden object. So I played around with it and this works for me: if (eqc712.rawValue == 0) { xfa.resolveNode("EQC712").presence="hidden";}else { xfa.resolveNode("EQC712").presence="visible";} I have no idea why I have resolve node in there - I don't know what it ...

Views

99

Likes

0

Replies

0
Going crazy! Objects not becoming hidden . . . - Adobe LiveCycle 12-02-2010
Hi, I have a bunch of checkboxes and each one corresponds to a subform that becomes visible when the checkbox is either on (1) or neutral (2). The subforms are hidden until the box is checked. But if I make a mistake while using the form in Adobe and check a box I don't need, when I uncheck it, the subform is not becoming hidden again. The first part of the code works fine:if (eqc812.rawValue == 1|2) {xfa.resolveNode("EQC812").presence="visible";}The rest that I have tried don't work at all!else...

Views

646

Likes

0

Replies

4
having a problem with visible / hidden textboxes - Adobe LiveCycle 22-06-2009
Hi,I have created a form in lifecycle with various radio buttons labelled yes / no. When yes is ticked, a previously hidden textbox or subform becomes visible and info can be filled into it by the user. Curently, I am filling this form out and saving it in various files using Adobe Acrobat Pro Extended 9. Now, everything saves fine but when I open the doc up again, say for editing or printing, the fields that were previously hidden are hidden again, even though they have text in them and the rad...

Views

581

Likes

0

Replies

0