Step 1: Check us out

You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.

Step 2: Sign up for a free account

Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.

Step 3: Start participating

Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.

Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2010-02-02 17:31:32

strisler
Member
Registered: 2010-02-02
Posts: 3

Link to catalog image

I am new to LiveCycle Designer and I'm not sure this is even possible.  I want to create a form where you can click on the description of the item (text field) and that would like to a picture of the item.  Any suggestions?  I've tried the help and it's talking about scripting, which is not something I'm familiar with. 

Thanks!


My Product Information:
LiveCycle Designer 7 / Windows

Offline

 

#2 2010-02-02 18:38:42

Bob Casey
Member
Registered: 2009-08-05
Posts: 12

Re: Link to catalog image

Hello Strisler


Hopefully this will work for you


Upload your image, and set your image field to "Invisible" in the object pane

Set your JavaScript to  FormCalc

Click on the  textfield and enter the following javascript as it would apply

If you want the image to appear as you rollover your mouse over  the description with your mouse, enter the following javascipt at mouseEnter,  or if you want the image to appear on click enter the following javascript on enter

Image1.presence="visible";

To make the image disappear when the mouse exits 
enter the following javascript on mouseExit

Image1.presence="hidden";

Offline

 

#3 2010-02-03 09:37:10

strisler
Member
Registered: 2010-02-02
Posts: 3

Re: Link to catalog image

Thank you for this information. Unfortunately, I got this error:
Script failed (language is formcalc; context is xfa[0].form[0].#subfomr[0].FidelHat{0})script=),age1/resemce="visible", Error: syntax error near token',' on line 1, column 2.

Any other suggestion?

Thank you again!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson