Is there a way to start a local server using a command (or Ant) on Windows or Linux without having to open the LCCS SDK Navigator and click the "Local Server" button in the Developer Tools section?
I have a checkbox that will add 5 items to a dropdown when it is clicked. I would like to be able to delete the newly added items (5 of them), when a different checkbox is selected.Code for adding:DropDown2.addItem("123")DropDown2.addItem("456")DropDown2.addItem("789")DropDown2.addItem("ABC")DropDow...
I am trying to set up my staff with signature stamps in their Reader... I've extended the features on the files they need to use, and sucessfully loaded and saved a new signature to acrobat. However, when I click on the signature to use it, nothing happens. I've tried clicking from the tools drop do...
Hi,I am trying to install and deploy LC ES2 on WebSphere Application Server. I am following the instructions given in "Installing and Deploying LiveCycle ES2 for WebSphere". I am stuck at LiveCycle ES2 Database Initialization step while running Adobe LiveCycle Configuration Manager. Can some one hel...
Hi,I am creating a form which has a dynamic interactive sub form.I want the sub forms to be numbered, i.e. first one is 1, second - 2, and every time a user adds or removes an instance, the sub forms are numbered consecutively. How do I do this??Thanks in advance for your replies.
Hi,I started reading the "Preparing to install LCES2" guide. In the guide on p.12, I can't find a supported configuration for Windows 2003 server, JBoss, 32 bit OS and oracle 10g/11g database. Is this configuration not supported anymore?We currently have LCES 8.2.1.3 running on a jboss application s...
GuysI am finding difficulty accessing the values of XML data supplied from a webservice call (to a SAP ABAP webservice). I am using LiveCycle 8.2 and javascript. The web service itself uses Document style binding in the WSDL. My javascript specifies XML binding (though I have also tried Message a...
I have a 3 inch x 7 inch text field set to "Allow Multiple Lines" however, when I "Preview PDF", any text that is entered starts in the middle of the text field and moves up one line at a time as the text wraps. How do I get the cursor to start at the top left corner of the field instead of the mid...
How do you listen for when a user enters a room? In the following code, enterUser() does not get called if there is no user in the room already, but does get called if there is already a user in the room.<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mx...
I am much closer. Tomcat is putting some key messages in the console and I overlooked them. It looks like I am closer than I thought. The request looks like its getting received, but my service blows up on response due to I think two class not found issues. But, I can't tell what classes are mis...