Hi All - I'm working on some customizations to Workspace one of which is to change the EmbossedNavigator from an HBox to an HDividedBox. This was simple enough (import workspace code, make the change, and recompile). So now I can move the divider between the list view and the content area in "To Do"...
Hello,has anyone managed to connect a Flex application to aWebservice implemented with soaplib, a Python webservice library? (http://trac.optio.webfactional.com/wiki/soaplib)The "Hello, World"-example is easy to setup and call from a Pythonscript (http://trac.optio.webfactional.com/wiki/HelloWorld),...
Hello Folks,In advance, I already want to thank all of you willing totake the time to read this, or even reply Anyway, here's my current situation.I've got Eclipse Europa (3.3) with the Flex 3 plugin.I've got Tomcat 6 with the LiveCycle Data Services.I've got some experience in coding Java classes,...
I am Developing LiveCycle Rights Management ES Applications Using java APIs.I wantto create a policy with a policyentry for a user just like Tony Blue.These are my program:PrincipalSearchFilter psf = new PrincipalSearchFilter(); psf.setUserId(userId); try{ List principalList = dirClient.findPrincipa...
I am trying to access data binded to an object from a resultof an httpservice. In the below example of the problem I am having,if var = Info.XMLMainTag.XMLSubTag; is removed the httpserviceretrieves the data in lastresult and the Bind function is fired.But if var = Info.XMLMainTag.XMLSubTag; is put ...
I am creating a user login system using Flex, and I am havingtrouble getting it to add a new row when someone tries to register.The username and password is sent to the database and a new row iscreated, but the row that was created is blank. Therefore, when theperson tries to login, the username and...
Hi,Is it possible to generate a event in workflow and a flex form at the workspace client catch it? Is possible to pass data from workflow with the event and do filtering at the flex form side?My objective is to run a workflow and inform user in another workflow of the changes. But the other user at...
I have created a webservice and want to share it with theflex consumer's in our organization. Where should thecrossdomain.xml be placed in the webservice ear file?
Is it possible to have a form validate (upon clicking the submit by email button) for population of a textfield if a checkbox has been selected? For example, if a user has selected the checkbox of Other this requires the Notes field to be populated. Can I set up a validation to check the Other field...
I am running LiveCycle ES on one managed server and Data Services on another managed server in the same domain using Weblogic 9.2. I am running into a problem when I call my LiveCycle Data Service from a Flex Application in the Workspace ES. <br /><br />Separately, both services work. When the Data ...