Where in the Flex2 documentation are the FDS config filesdocumented? (Valid elements, valid element values, valid tokens{context.root}, what they're set to etc..) The Flex2 Developers'Guide has snippets of these files but it's not a referenceguide.
I have a form that displays subforms depending on a user's selection from a dropdown list. These subforms have fields that need to be required if the user selects the Subform. I have been able to set the required fields in each Subform initialize event (example, Subform1.jobTitle.validate.nullTest =...
I have many RemoteObject calls in my project which passstrings and other simple data types into cfcs, however this is thefirst time I have tried to pass in a Flex Object.svc.myMethod(myObject);If I set up myObject as an identical looking structure intest.cfm and run it, myCFC (which has a single arg...
I've been trying for a while now to get DaoFlex to work. Ikeep getting BUILD FAILED when trying to run as an Ant Build and Idon't know what I'm doing wrong. The download doesn't come withvery good instructions on getting started from scratch. Anyone hereget it to work? Is it worth it?
Hi all,I'm trying to create an XML file from Live Cycle Designer 7.x Win XP.My XML Structure is something like this:Address Details Street No Street Name SuburbContact Details First Name Middle Name Last Namethe Parent Tags are Address Details and Contact Details with their respective Child tags.I h...
Hi,If I have XML files on several Users' PCs containing their user profiles. When a user clicks on a link to bring up a form, I would like to be able to load their profile into fields on a form so they don't have to re-enter their same user information every time they fill out the form as they fill ...
The following websites are ones that I've found useful for information on LiveCycle Designer. If you have other blogs / sites that you find useful, please add them to this thread.Stefan's blog: http://blogs.adobe.com/formbuilder/LiveCycle Designer Developer Center: http://www.adobe.com/devnet/livecy...
Hi,I´ve managed to install PDFG sucessfully on my machine. Convert files is also working properly. However, every pdf file that is generated brings a digital watermark added to it with the inscription "Adobe Livecycle PDF Generator Evaluation". Does anyone know how can i remove this watermark ? Than...
Hi,I was desperately fiddling about the scripting QPAC, trying to get an instance of process manager.Since PATAbstractServiceEx is an abstract class, I cannot instantiate it and call its getContext().getProcessManager() methods.I also tried to access a session using QLCSessionFactory.createSession("...