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

Fernando_Monten
Fernando_Monten
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fernando_Monten
Customize the badges you want to showcase on your profile
Re: Display different images inside the same image field - Adobe LiveCycle 16-02-2010
Djaknow,I have attached the PDF on which we are working on. The big picture is a map and on the map are 5 invisible buttons. When either of the 5 buttons is clicked a "zoom in" is show of a map area. When we are in one of these "zoomed in" map areas, when the user clicks it, it asks for an image to load and nothing else can be done on the picture.The workaround we did was placing a "Volver" or "Back" button which reestablishes the image back to the original main map image.We are trying to elimin...

Views

115

Likes

0

Replies

0
Display different images inside the same image field - Adobe LiveCycle 16-02-2010
Hi guys,Currently we have a requirement in which we have to place an image and the image on click has to produce another image (a zoom in, for example).Currently it is doing this using the code below:Script - click event of the First Image buttonvar image = StaticImage1.value.image.value; newImage.rawValue = image;Script - click event of the Second Image buttonvar image = StaticImage2.value.image.value; newImage.rawValue = image;However when clicking the second image it will ask for an image to ...

Views

597

Likes

0

Replies

3
Display different images inside the same image field - Adobe LiveCycle 16-02-2010
Hi guys,Currently we have a requirement in which we have to place an image and the image on click has to produce another image (a zoom in, for example).Currently it is doing this using the code below:Script - click event of the First Image buttonvar image = StaticImage1.value.image.value; newImage.rawValue = image;Script - click event of the Second Image buttonvar image = StaticImage2.value.image.value; newImage.rawValue = image;However when clicking the second image it will ask for an image to ...

Views

470

Likes

0

Replies

1