Skip to content

Posts from the ‘LiveCycle’ Category

1
Aug
lights

Referencing Objects

When referencing objects in LiveCycle Designer ES2, you need to ensure that you are providing a sufficiently complete reference to the objects. If you do – the script will work; whereas if you don’t – the script may fail silently.

Read moreRead more

15
Jun
Enterprise Cafe12

Adobe Enterprise Café

Adobe have launched the next generation community resource! Read moreRead more

12
Jun
happy user

Laying out a form

As a forms developer, there are many options available to you when laying out your form. This post is not intended as a detailed explanation of forms design, merely a technical description of the specific options in LiveCycle Designer ES2 when using objects. Read moreRead more

2
Jun
image of puzzle

Picture puzzle

This form demonstrates a few tricks albeit in a irreverent way. Firstly using an ‘Adobe’ grey as a background allows your form to be part of the application, rather than sitting on top it. The second uses script to allow the use to select a part of the puzzle and move it into the correct position. Read moreRead more

31
May
an image

Keeping track of scores

Forms can de used to ask users questions. Sometimes the question is a simple yes or no. Other times you may have questions with more than two choices or with complicated scoring requirements. This sample will show you two options for keeping scores. Read moreRead more

30
May
Repeating data

Repeating non-null table data

There may be situations where you only want the user to print a table with rows that contain data. This is particularly useful where a user is presented with a table containing many rows. Once the user has selected the rows that are applicable, the print buttons allow the user to print only the information that is relevant. Read moreRead more

30
May
Events firing

How often events fire and their sequence

Some events fire more often than others. Depending on what the designer is trying to achieve, this can be inefficient and may not have the desired effect at runtime. Another issue is the sequence in which events fire. A designer may have a requirement for several scripts to fire in a certain sequence. Having an understanding of how LC Designer and Acrobat fire events can help at design time. Read moreRead more

30
May
Moving objects

Moving objects around a form

Allowing a user to move objects (in this case buttons) around the form. We wanted the user to be able position markers within a grid. The number (caption) of the button related to a particular solution in a table. Read moreRead more

29
May
Four options

Using LiveCycle forms in Acrobat and Reader

Sometimes a person will develop a form and test it on their PC with Acrobat. When they are happy with the look, feel and functionality they will send it out to users. If the users have Reader then some of the functionality may not be available, leading to frustration. Read moreRead more

29
May
acrobatmenuitems

Script to access Acrobat menu items

I had been trying to access Acrobat menu commands from within an XFA form. Some of these are readably available, however the problem remained however as the command I wanted to access was restricted for security reasons. Read moreRead more