I have a smallish document and in which depending on a user selection a table is displayed on either a landscape or portrait page. I have created two pages one landscape and one portrait with the selection toggling between hidden and visible but it does not repaginate the table correctly. Suggestion...
I'm trying to learn how data push works in BlazeDS by usingthe following chattutorial. The tutorial gives you a preconfigured version ofTomcat and all works well, very nice. So I took the next step andadded the chat code and XML files (services-config.xml,messaging-config.xml, etc) to my pre-existin...
When using the code below nNodesLength is always zero. I'm sure this used to work.for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) { var oFields = xfa.layout.pageContent(nPageCount, "field"); var nNodesLength = oFields.length; console.println(" nNodesLength = " + nNodesLength);...
Hello,I am trying to put a "Change Password" operation for the loginned user inside the Workspace. I have imported workspace source to my Flex Builder. In the UI I have put the necessary fields for password change and a button for change the old password with current. I am new to Flex so I could not...
Which properties shall I check by javascript, if I want to know, if someone (evil) removed the security-restrictions set up with password-security.I. E. if the code finds security removed, some parts of the document gets hidden or rendered useless by other means.
Here's the xml file<?xml version="1.0" ?><testxml> <states name="MA"> <product>Math</product> <product>English</product> </states> <states name="PA"> <product>Math</product> <product>English</product> </states></testxml>My DG is simple the results are at the state level stored ina XMLList which ...
Hi,I created a form a week ago that worked perfectly.However when I created a new form to replace it some users advised me that they cannot type into the fields and other have advised the submit by email button does not work.THe form works ok on my PC, any ideas?The form is saved on the web and some...
I'm hyperlinking a form on our Intranet and everything works great. I receive the submitted forms and data by email. However, I would like to create a message telling the user it's ok to close the form or script it to do so automatically after the email is sent.Design is great, but I'm not JAVA savv...
Can we set the dimensions for a comb field? I need a comb of 13 characters with each box exactly a size 4X6mm and they should be 1mm apart. Is it possible to do so?ThanksShweta
Hello, I have a webservice that operates on a datamodel, as shown inthe xsd given below(part of it):- <complexType name="PersonNameType"> <sequence> <choice maxOccurs="unbounded"> <element name="GivenName" type="mpeg7:NameComponentType"/> <element minOccurs="0" name="LinkingName"type="mpeg7:NameCom...