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

nphil070
nphil070
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nphil070
Customize the badges you want to showcase on your profile
Re: Radio Button Value Calculator and Answer - Adobe LiveCycle 04-06-2009
You will need to load all images in the form and use the presence property of the image to show/hide the image at the right time. You cannot dynamically load an image once the form is rendered without user intervention.So you could so something like this (assuming the Radion Buttons are in a RadioButton Group called RBG1 and the images are image1 and Image2):if (RBG1.rawValue == "1){ Image1.presence = "visible"; Image2.presence = "invisible";} else { if (RBG1.rawValue == "2" ){ Image2.presence =...

Views

65

Likes

0

Replies

0