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

nomadjim3
nomadjim3
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nomadjim3
Customize the badges you want to showcase on your profile
Re: I'm using a checkbox to make an image show or hide on click, and it's not working correctly. - Adobe LiveCycle 16-04-2013
Thanks for the advice VjayI've done the Enable Additional Features and I was still having the same issue. Let me see if I can explain what's going on a little better. When I click on the checkboxes in the form the images will appear, but once I save it and reopen it the checkboxes are checked but no images are being displayed. I'm using LiveCycle to create the form and putting the following JavaScripting on the checkbox as a change event.if(AddImage.rawValue == 0)Info.presence = "hidden";elseInf...

Views

471

Likes

0

Replies

0
I'm using a checkbox to make an image show or hide on click, and it's not working correctly. - Adobe LiveCycle 15-04-2013
I'm using a checkbox to make an image show or hide on click, and it's not showing the images when I save it.I have my image in positioned subfrom and then have that in a flowed subform. My flowed subform with the image in it is set to hidden and I'm using this JavaScript for my checkbox selection.if(AddImage.rawValue == 0)Info.presence = "hidden";elseInfo.presence = "visible";The image will show up or hide in the form, but as soon as I save it out to a PDF and then look at it non of my selection...

Views

1.1K

Likes

0

Replies

2