hello ive been using a method as shown in:
http://forms.stefcameron.com/2006/10/20/using-url-requests-in-pdf-forms/
I need to alter the appearance of an image field from hidden to visable.
IE I need to alter the properties of the image field via javascript in the PDF.
so far ive got.
if (sName == "ImageField1")
{
//sName will be set to visable depending on what image i need to make visable.
Image1.display.visible;
// or Image1.display.sName;
// reverse - Image1.display.hidden;
}
this isnot working as i need to know how the reverence the display property or similar
any ideas?
ciao
This visibility property in LiveCycle is "presense".
You can find out more about this by attending this online seminar
http://www.acrobatusers.com/events/online/245/
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script