<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>LiveCycle Doc team</title>
      <link>http://blogs.adobe.com/livecycledocs/</link>
      <description>Updates, new content, and other helpful information from the LiveCycle Documentation Team</description>
      <language>en</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Fri, 13 Nov 2009 15:42:39 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.261</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>Changing the fill color of a field based on a condition</title>
         <description><![CDATA[<p>It is easy to change the fill color of a field based on a condition, such as when a number exceeds a certain amount. For example, the script (JavaScript) below changes the fill color of a field to yellow when the value is below 100 and red when the value is 100 and up. </p>

<p><strong>Try it</strong><br />
1) From LiveCycle Designer, open the "Dynamic Purchase Order" sample form (Purchase Order Dynamic.xdp). <br />
2) Select the Quantity field (numQty).<br />
3) Select and the "exit" event if a user will be entering data in the field or select the "initialize" event when the field is populated with data.<br />
4) Copy and paste the following script into the Script Editor and edit the fill color to suit your purpose. If you would like the fill color to change for both user entered data and populated data, copy and paste the script into both the "exit" and "initialize" events.<br />
 <br />
<blockquote>if (this.rawValue >= 100) //red<br />
{<br />
    this.fillColor = "255,0,0";<br />
}<br />
else  <br />
this.fillColor = "255,255,0"; //yellow</blockquote> <br />
5) Test the script using the Preview PDF tab.<br />
 <br />
<strong>Tips</strong><br />
Use a numeric field with this script.<br />
Make sure that you select JavaScript and run at the client. <br />
Make sure that the "Preview Adobe XML Form As" property (in Form Properties) is set to "Dynamic XML Form". <br />
Use the "initialize" event to make the fill color change when the form is populated with data.<br />
Use the "exit" event to make the fill color change when a user enters data. <br />
 <br />
For more LiveCycle Designer scripting samples, visit the LiveCycle Developer Center at <a href="http://www.adobe.com/devnet/livecycle/designer_scripting_samples.html/">http://www.adobe.com/devnet/livecycle/designer_scripting_samples.html/</a>.<br />
 <br />
</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/11/changing_the_fill_color_of_a_f.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/11/changing_the_fill_color_of_a_f.html</guid>
         <category>Designer ES</category>
         <pubDate>Fri, 13 Nov 2009 15:42:39 -0500</pubDate>
      </item>
      
      <item>
         <title>Should I use the Output service or Forms service?</title>
         <description><![CDATA[<p>Recently, when I was automating a  process, part of the requirement was to merge XML data with a form design that was created in Adobe LiveCycle Designer ES.  When you are merging a form design with data from  an XML file, you  can use either the Forms  service or Output service in LiveCycle ES. Depending on how you use the resultant merged form design and data,  determines which service best meets your requirements.</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/11/should_i_use_the_output_servic.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/11/should_i_use_the_output_servic.html</guid>
         <category>General</category>
         <pubDate>Thu, 05 Nov 2009 12:32:33 -0500</pubDate>
      </item>
      
      <item>
         <title>Adobe Announces LiveCycle Mosaic ES2</title>
         <description><![CDATA[<p>You may have missed it during the MAX 2009 conference, among all of the announcements, but Adobe has publicly announced a new product that allows users to create composite Rich Internet Applications (RIAs).</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/10/adobe_announces_livecycle_mosa.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/10/adobe_announces_livecycle_mosa.html</guid>
         <category>General</category>
         <pubDate>Fri, 30 Oct 2009 13:06:49 -0500</pubDate>
      </item>
      
      <item>
         <title>What I heard at MAX 2009</title>
         <description><![CDATA[<p>I had a great time at <a href="http://max.adobe.com/">Adobe MAX 2009</a>. I talked to many users of LiveCycle ES and got some great feedback about the documentation. I don't mean you all love our docs, but I mean you provided some great insights into how we can improve. (But some of you do apparently love our docs!)</p>

<p>Some of the things you asked for:<br />
<ul><br />
	<li>More examples </li><br />
	<li>PDF versions of Help </li><br />
	<li>More access points to Help via F1 </li><br />
	<li>Make it easier to find information on Adobe.com </li><br />
</ul><br />
These issues are all on our radar. <br />
 <br />
For one, we are working on mining the Adobe.com LiveCycle ES forums for examples. I also hope for more suggestions from you on our <a href="http://blogs.adobe.com/livecycledocs/2008/09/livedocs_demystified.html">LiveDocs</a> pages.<br />
 <br />
Also, take a look at the Beta version of the <a href="http://labs.adobe.com/technologies/communityhelp/">Community Help</a> AIR application. Let us know what you think. This new tool makes all the information that you need available from one location, and includes 'Livedocs' commenting and other easy ways to keep in touch with the user community. This is only implemented for a few Adobe products right now. Would you like to see it used for LiveCycle? </p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/10/what_i_heard_at_max_2009.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/10/what_i_heard_at_max_2009.html</guid>
         <category>General</category>
         <pubDate>Fri, 23 Oct 2009 14:59:22 -0500</pubDate>
      </item>
      
      <item>
         <title>Recent Tech Notes</title>
         <description><![CDATA[<p>Here's the list of Knowledge Base tech notes that the LiveCycle ES team has published in the past two months:</p>

<ul>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50841_en-us"> LC ES Workspace: how to change the language of Workspace </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50837_en-us"> LC ES: OOO Delegation/Queue sharing tasks not appearing in delegee's worklist </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50743_en-us"> Access Control - Adding permissions in LiveCycle Workbench </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50738_en-us"> Comic Sans MS font - Italic style </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50543_en-us"> PDF/A Metadata missing extension schema" during PDF/A conversion (LCES821SP2)</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50541_en-us"> WRL 3D images manipulation in LC PDFG ES 3D </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_50492_en-us"> Initialization failure after failed migration </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_51777_en-us"> Policy for third party components in Adobe LiveCycle products </a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49978_en-us"> LiveCycle ES Processes Do Not Support Collections of Collections </a></li>
</ul>
]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/09/recent_tech_notes_1.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/09/recent_tech_notes_1.html</guid>
         <category>General</category>
         <pubDate>Wed, 30 Sep 2009 13:59:03 -0500</pubDate>
      </item>
      
      <item>
         <title>Making Life Easier When Developing Custom LiveCycle ES Components </title>
         <description><![CDATA[<p>Recently, I was developing a LiveCycle ES component that uses Java APIs that are new to me. As I was thinking about how to implement the functionality that these new APIs offered into a LiveCycle ES component, a development pattern occurred to me. This pattern can be used by any LiveCycle ES component developer.</p>

<p>Because a LiveCycle ES component runs as a service, there isn't an easy way to debug the application logic. That is, how can I set a breakpoint in the Java code and step through it? How can I ensure that these APIs are doing what they are supposed to do? </p>

<p>The answer is to use Java APIs inside a test Java console application. Then, you can set a breakpoint and step through your Java application logic to ensure the application logic works properly. Once you are satisfied the application works, copy the application logic from your test Java project to your Java project that creates a custom component.  </p>

<p>This worked for me. The new Java APIs I was using were proxy Java APIs that consume a web service that returns real-time weather information. That is right - I wanted to embed a custom service into LiveCycle ES that returns real-time weather information so I can embed weather information into a PDF document. And using this pattern, I was able to ensure that the Java APIs worked before I used them inside a LiveCycle ES component. </p>

<p>Note: If you are interested in knowing how to create a custom LiveCycle ES component that invokes an external web service, then keep an eye out for a future development article titled <em>Invoking Web Services using Custom Components</em> to appear on the LiveCycle ES developer center. As a component developer, this is an article you won't want to miss.  </p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/09/making_life_easier_when_develo.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/09/making_life_easier_when_develo.html</guid>
         <category>LiveCycle SDK</category>
         <pubDate>Tue, 29 Sep 2009 14:00:05 -0500</pubDate>
      </item>
      
      <item>
         <title>Moving users to a new directory server</title>
         <description><![CDATA[<p>Let's say you have configured LiveCycle ES with an enterprise domain that retrieves user information from an LDAP directory server. If you decide to move those users to another LDAP directory server, there are steps you should follow to retain the same user IDs and prevent users from losing tasks that are currently in their To Do lists in LiveCycle Workspace ES.</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/09/moving_users_to_a_new_director.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/09/moving_users_to_a_new_director.html</guid>
         <category>Product Administration</category>
         <pubDate>Wed, 16 Sep 2009 15:13:03 -0500</pubDate>
      </item>
      
      <item>
         <title>Adobe TV</title>
         <description><![CDATA[<p>Looking for a new way to learn about LiveCycle? Prefer watching TV to reading books? If so, you might like Adobe TV: <a href="http://tv.adobe.com">http://tv.adobe.com</a>, which contains videos on LiveCycle and other Adobe products. You can browse or search for topics that you're interested in, save your favorite videos to "My Library" or share them on social networking sites, and subscribe to RSS feeds of your favorite shows.</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/09/adobe_tv.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/09/adobe_tv.html</guid>
         <category>General</category>
         <pubDate>Thu, 10 Sep 2009 09:44:54 -0500</pubDate>
      </item>
      
      <item>
         <title>LiveCycle ES web application cheat sheet</title>
         <description><![CDATA[<p>After installing LiveCycle ES, there are a number of URLs that you use to access various LiveCycle ES web applications. Here's a cheat sheet for those URLs. </p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/09/after_installing_livecycle_es.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/09/after_installing_livecycle_es.html</guid>
         <category>Tips and Tricks</category>
         <pubDate>Thu, 03 Sep 2009 09:04:11 -0500</pubDate>
      </item>
      
      <item>
         <title>Tips for creating form designs for Acrobat and Adobe Reader</title>
         <description><![CDATA[<p><strong>Where to start</strong><br />
If you are new to Designer ES, start with one of the tutorials.  If not, you can look at one of the sample forms installed with Designer ES. The sample forms illustrate form design techniques, from simple to complex. Each sample is accompanied by a form design, sample data and/or schema, as well as the final version of the form. If one of the sample forms suits your requirements, use it as a starting point. The sample forms are installed in the EN\Samples\Forms folder under the LiveCycle Designer ES installation folder.</p>

<p>See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000045">Quick Start Tutorials</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><br />
<strong>Build compatible forms</strong><br />
Make sure that you determine the version of Acrobat and Adobe Reader that people will use to fill the form. Setting the correct target version ensures that the form designs that you create are compatible.  </p>

<p>See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000138">Target Version</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><br />
<strong>Design for reuse</strong><br />
Use fragments if you are planning to use the same element in multiple forms. Using fragments makes updating the common elements much easier.</p>

<p>See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000419">Using Fragments</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><br />
<strong>Consider security</strong><br />
You may want users to enter a password for such things as opening, printing, copying text or applying signatures. When designing interactive PDF forms it is important to ensure that your forms and the data you gather is secure. Designer ES includes many functions and features that provide security options for your forms.</p>

<p>See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000832">Setting Security</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><br />
<strong>Make forms accessible</strong><br />
An accessible form is one that is simple and usable. A simple layout of controls and fields with clear, meaningful captions and tool tips will make the form much easier for all users to fill.</p>

<p>See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000806">Creating Accessible Forms</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><br />
<strong>How it's done</strong><br />
It is easier to start with the layout of the form and then add the dynamic parts, and scripting. While designing the form, preview it often.  Previewing ensures that your form designs look and behave the way you intended. Here is an example of the workflow you might use to create a form design:</p>

<p>Set the target version. <br />
Set the form size and define master pages.<br />
Add the form elements (title, header, body, footer),<br />
Set tabbing order.<br />
Test the form with users.<br />
</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/08/tips_for_creating_form_designs.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/08/tips_for_creating_form_designs.html</guid>
         <category>Designer ES</category>
         <pubDate>Fri, 28 Aug 2009 11:37:08 -0500</pubDate>
      </item>
      
      <item>
         <title>@livecycle How do I add you to my social networks?</title>
         <description><![CDATA[<p>Want to stay in touch with what's new with LiveCyle ES? You <em>could</em> wait for our regular press releases ... or you could become one of the LiveCycle nation and get plugged in using one of our social networking outlets. Here's the rundown:</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/08/livecycle_how_do_i_add_you_to.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/08/livecycle_how_do_i_add_you_to.html</guid>
         <category>General</category>
         <pubDate>Thu, 20 Aug 2009 16:23:25 -0500</pubDate>
      </item>
      
      <item>
         <title>Invoking LiveCycle ES 8.2 services using Java proxy files created using JAX-WS</title>
         <description><![CDATA[Did you know that you can use JAX-WS to create Java proxy classes that
consume the SOAP stack of a LiveCycle ES 8.2 service? That is correct,
you have another choice when deciding how best to invoke LiveCycle ES
from a Java client application.<br /><br />When creating proxy classes, you do not need to include LiveCycle Java
client JAR files in your Java project's class path.&nbsp; For example,
assume you want to invoke the Encryption service to protect a PDF
document with password-based encryption.<br />]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/08/invoking_livecycle_es_82_servi.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/08/invoking_livecycle_es_82_servi.html</guid>
         <category>LiveCycle SDK</category>
         <pubDate>Fri, 14 Aug 2009 16:12:09 -0500</pubDate>
      </item>
      
      <item>
         <title>New Solution Accelerators for LiveCycle ES Released!</title>
         <description><![CDATA[<p>Earlier this week, Adobe launched another set of Solution Accelerators for LiveCycle ES, which include:</p>

<p>•	Financial Services Account Enrollment Solution Accelerator<br />
•	Financial Services Correspondence Management Solution Accelerator<br />
•	Government Benefits & Services Delivery Solution Accelerator<br />
•	Cross-Industry Human Capital Applications Solution Accelerator</p>

<p>For more details, see the Solution Accelerator page on the LiveCycle Developer Center  at: <a href="http://www.adobe.com/devnet/livecycle/?view=solutionaccelerators">http://www.adobe.com/devnet/livecycle/?view=solutionaccelerators</a>.<br />
</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/08/new_solution_accelerators_for.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/08/new_solution_accelerators_for.html</guid>
         <category>General</category>
         <pubDate>Fri, 07 Aug 2009 14:57:53 -0500</pubDate>
      </item>
      
      <item>
         <title>Latest Tech Notes</title>
         <description><![CDATA[<p>Here's the list of Knowledge Base tech notes that thehttp://blogs.adobe.com/cgi-bin/mt/mt.cgi?__mode=view&_type=entry&id=41903&blog_id=217 LiveCycle ES team has published in the past little while:</p>

<ul>
	<li><a href="http://go.adobe.com/kb/ts_cpsid_49980_en-us">How to parse soap response returned by external webservice?</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49978_en-us">LiveCycle ES Processes Do Not Support Collections of Collections</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49938_en-us">LifeCycle Designer ES screen reader order cannot be configured across subforms</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49094_en-us">LiveCycle database size grows inordinately on synching users periodically with Content Services ES installed</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49313_en-us">Installing LiveCycle ES SP2 on Linux</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49633_en-us">Retrieving LiveCycle ES WSDLs</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49110_en-us">QPAC properties dialog not working in Workbench (LiveCycle ES)</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49153_en-us">LC ES: ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49378_en-us">Apply a Page Label to rebuild contiguous page numbers in a newly assembled PDF</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49422_en-us">Group canonical name field in EDCPRINCIPALENTITY changed for LiveCycle ES 8.2.1</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49604_en-us">Out Of Memory error during installation of LiveCycle ES 1 on Solaris 10 with Sun JVM 1.5</a></li>
<li><a href="http://go.adobe.com/kb/ts_cpsid_49686_en-us">OpenOffice 3.x is supported as LCES 8.2.1.2 (build 8.2.2003.1.516326.5)</a></li>
</ul>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/07/latest_tech_notes_1.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/07/latest_tech_notes_1.html</guid>
         <category>General</category>
         <pubDate>Thu, 30 Jul 2009 13:34:31 -0500</pubDate>
      </item>
      
      <item>
         <title>Using a signature pad to sign a PDF    </title>
         <description><![CDATA[<p>Customers sometimes ask if they can connect an electronic signature pad to a laptop to sign an Adobe PDF document in Adobe Acrobat or Adobe Reader. The answer is yes, you can. However, support for signature pads requires drivers and plug-ins to Acrobat or Adobe Reader. Also, the PDF document must have the necessary usage rights applied in Adobe LiveCycle Reader Extensions ES to activate the functionality within Adobe Reader (version 7 of later) that enables users to sign the document.  </p>

<p>Adobe lists several partners that support electronic signature pads on the <a href="http://partners.adobe.com/public/developer/security/index_security_partners.html">Adobe Security Partner Community</a>. Visit the site and have a look at CIC, Interlink, and SoftPro. These partners provide solutions that can enable you to sign Signature fields in PDF forms.</p>

<p>You can also use a device like a Wacom tablet (not a dedicated signature pad) to sign a PDF document in Acrobat or Adobe Reader. In Adobe Acrobat 9.0 (or later), you can select the Apply Ink Signature option available on the Sign & Certify menu, (Advanced > Sign & Certify), to enable the Pencil commenting tool. With this solution, users can sign or write anywhere in the PDF document. However, the document's integrity is not locked down after the document is signed, like it is when you the use one of the signature pad solutions from one of the providers mentioned above. In Adobe Reader, users can sign the PDF document as long as the necessary functionality is enabled in Adobe LiveCycle Reader Extensions ES, and the appropriate plug-in is installed for the signature software that uses the Wacom tablet. <br />
</p>]]></description>
         <link>http://blogs.adobe.com/livecycledocs/2009/07/using_a_signature_pad_to_sign.html</link>
         <guid>http://blogs.adobe.com/livecycledocs/2009/07/using_a_signature_pad_to_sign.html</guid>
         <category></category>
         <pubDate>Mon, 27 Jul 2009 15:52:40 -0500</pubDate>
      </item>
      
   </channel>
</rss>
