Hello!This problem is driving me crazy!... I've placed a float numeric field and used the following pattern: num{zzz,zzz,zzz,zz9.99}This field should display and accept floating point numbers with 2 decimal places and in European format.The default locale for this form is Portuguese (Brazil).So....
Hi,I'm trying out the PeerToPeerRtmfp.mxml sample of the LCCS SDK.Environement:Windows 7Flash Builder 4.5SDK 4.5LCCS 10.3Player 10.3Scenario:enter all requie room parameters and try to loginProblem:After login I'm gettign an error: ArgumentError: Error #2025: The supplied DisplayObject must be a...
I'm having issues with making a form flowable in Designer ES... Using Windows 7, Acrobat 9 Pro Extended and LifeCycle Designer ES 8.2 I am a noobie to using LifeCycle Designer ES and usually only use Acrobat Pro Extended to create PDF files from other formats.I’m trying to help a non-profit group wi...
Adobe Livecycle Designer ES v8.2.1Dynamic PDFI've spent the last hour searching through broken links and tangential tutorials. I have a required exclusion group (radio buttons) and the user must choose one of the values in order for the form to be valid. The problem is, I have hundreds of checkboxes...
Hi community,at the moment i'm developing some administrative forms for the employees of our university.To facilitate the filling-in i want some common fields to be auto-completed using data from a xml or xdp data source.First i tried putting the following line of JavaScript Code into the docReady E...
Hello!I've created a webservice that reads a value from a database using this SQL statement:SELECT ID from sequencias WHERE ( ref = {$ /process_data/@refFormulario$});This just returns a number (in a string output variable) to the form.Now I need to concatenate a slash and the current year. So if th...
I have a test application which creates a room from Java. It generates the auth token as follows.String roomName = "dynamically_created_room1"; AccountManager collabAcctMngr = new AccountManager(CollaborationConstants.COLLABORATION_ACCT_URL); collabAcctMngr.login(CollaborationC...
Hi all~I am facing a problem that I have a drop down list, but with about 20 items in it, so the drop down list cannot show all items in the list and having a scroll bar.So my problem is can I adjust the length of drop down part so that all the items can be shown? It is because the users think that ...