Hi -I've just started using Policy Server and am trying to connect to it using the SDK. I've got a very small amount of source code which I took from the API documentation which should literally create the properties & then calls EDCFactory.connect.When I try and connect I keep getting the error mes...
Is it possible to wrap text in a tooltip? If so, how might one acheive this? I have several long tooltips that run off the screen and I haven't been able to determine how to have the text wrap.
I have an IFrame as part of my web application which is opening a PDF form specified from a XPD file. But the PDF form takes over then entire browser not just the IFrame I wanted to load it in losing the rest of the application's structure. Is there any way to target the current Iframe?
Hi everyone,<br />I've searched on the web and in the adobe forums and knowledgebase, but I didn't see anything about how i might do this.<br /><br />When we export the form to XML, certain text fields need to be CDATA blocks. Is there a good way to do this?<br /><br />This is an output sample:<br /...
Hi!!!I have a PDF template designed in Adobe LiveCycle Designer 7.0. This template has form fields which needs to be filled with data programmatically (I don't want to open LiveCycle Designer 7.0 and from there do import/export). I want to write a program in java, which will fetch data from database...
I want several text fields on my form to default to uppercase, even if the user is in lowercase or types initial caps, or whatever. I've tried using the text-transform style shown in the Subject but can't seem to make it work. Advice? Thanks...
I am trying to dynamically change the logo on an adobe form using XML data binding. That is, if my XDP form has an ImageField like the following, I would like to pass in various values (ex. logo1.jpg, logo2.jpg) for the 'href' attribute on the 'image' element.<field name="ImageField1" y="0.2999mm" x...
I am using Spring and Hibernate 3. The problem I am runninginto is lazy loading, the session is getting blasted when Flextries to create an object that has sets. <set name="loans" inverse="true" lazy="true"> <key> <column name="amortization_type_id" /> </key> <one-to-many class="com.gcloans.dao.hibe...
Hello,Can anyone explain to me in plain english how my Flexapplication uses FDS to connect to an oracle database?Ok, so the mxml/swf calls the dataservice.... WHERE is thedataservice? WHAT is the dataservice (functionaly a servlet?)?? HOWis the dataservice configured?? Do I use J2ee connection pools...
Hello,Is there a way I can programatically generate an XDP from a PDF using livecycle or any other tool? I have looked at the XPAAJ library but was VERY disappointed with the XDP file it exports. Not only is it all encoded in a binary "chunk", but it doens't even load in lifecycle.I essentially want...