Hi,I am trying to get decent quality two way private audio working but I seem to have problem when the second person starts publishing.The audio on the first person starts to cut out when the second person starts publishing a private stream to the first person. When I stop publishing the second pers...
Hello,is it possible to dynamicly restrict user to not to be able to save changes in a form ?We want to let the user to choose some application-specific custom security choice. In some security level, we want to disable the ability to save filled data (the data can be still post to a server).Thanks.
Using this javascript in one of my forms to timestamp it, (just a simple protected text field.) form1.MainPage.DateTimeStamp::docReady - (JavaScript, client)if (form1.MainPage.DateTimeStamp.rawValue == null) { var now = new Date(); form1.MainPage.DateTimeStamp.rawValue = nowtoDateStrin...
Windows 2008 SP2 64-bit server running JBoss and LiveCycle ES2 SP1 after installing SP2, running the Configuration Manager, I get the following error in the LiveCycle Component Deployment Validation stage:adobe-usermanager-dsc.jar is deployed but is not currently runningadobe-usermanager-jit-dsc.jar...
Is there any way for LCCS to check for a webcam conflict with other apps and to display a message to the user?I see a problem with users quite often where they will only see the top bar of the webcam in their webcam pod. I believe this happens when they have been using another app (most likely skype...
Hello,I am trying to bind a text field in Designer 8.1 to a specific XML element.An example of the XML structure:<KeyValueGroup> <ID> <Name>Name1</Name> <Value>Value1</Value> </ID>] <ID> <Name>Name2</Name> <Value>Value2</Value> </ID> <ID> ...
Hello i'm administering and maintainng an application based on LiveCycle ES 8.0. Recently i've received the exception described in the post title.The application's users list is synchronized with my customer's ldap , and consists of a workflow to digitally sign some pdf files. Once the first user ...
HiiiI am new to LiveCycle Desiger suite. I have created a form using live cycle .When user fill the form , i want this info to pass servletEnd users are using Adobe reader 8 and above. Can it possible??How to submit this pdf data to servlet??Plz guideThanks
Hello,I have a live cycle form which needs to have all of the text fields set as read only after signing.The java script has been placed in the post sign event of a digital signature field.for(var i=0;i<this.numFields;i++) {var cNm = this.getNthFieldName(i);if (cNm.type = "text") this.getField(cNm)....
Hi,I am using a conditional statement that adds fill color to a check box and a subform field when the check box is checked. The color fills in properly (and upon de-selection, it disappears) as it is supposed to, but on some fields, there is also appearing an unwanted border around the check box. N...