Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 11/27/06
    Hi,When assigning a value to a multiline text object, the value is writen only to the first line and will be cut depending of the max char property. Is there any way to assing values to all the lines of a multiline text field (the field will have a predefined number of maximum lines)?Thank you

    Views

    575

    Likes

    0

    Replies

    3
  • 11/26/06
    I am just tweaking with the sample application flexstorefound at the start page of Flex2I have created a similar dynamic Action Script class inserver.as on similar lines of product.as, in order to read andstore as similar XML based data as in catalog.xmlHere is the code of the classpackage samples.f...

    Views

    649

    Likes

    0

    Replies

    2
  • 11/24/06
    I'm porting an application that works under LCRE 7.0.2 to LCRE 7.2 and I've started getting ClassCastExceptions from the last line in the following code:// Lookup the PDF Manipulation serviceObject pdfObject = namingContext.lookup("PDFManipulation");pdfConnectionFactory = (ConnectionFactory) Portabl...

    Views

    662

    Likes

    0

    Replies

    3
  • 11/24/06
    Hey folks,I'm currently attempting to get the LC Reader Extension sample to run on our server so that we can test the API for reader-extending PDFs. The problem we're having is that when the sample runs, we receive a javax.naming.NameNotFoundException when the sample calls com.adobe.util.Utilities.s...

    Views

    2.7K

    Likes

    0

    Replies

    6
  • 11/24/06
    Is the JMSAdapter source available ? I looked through my FDSdownload and don't see it. I am struggling with getting ActiveMQ towork with Flex and durable subscriptions, and would like to take alook at how the subscription is managed in the adapter.Thanks

    Views

    736

    Likes

    0

    Replies

    2
  • 11/24/06
    Hi, We are running LiveCycle Forms 6 on WebSphere 5.1.1.2. We house around 300 forms on the server and a few times a day we get a Microsoft Visual C++ Runtime Library error stating the following:"Runtime Error! Program: ...\XMLForm.exe abnormal program termination"We aren't getting anything showing ...

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 11/24/06
    Hi folks,I have a document with some properties (File->Form properties) like title, author, description and so on. Now I've read that I can use the xfa.form.form1.desc.title method to access the title. But the only value I get back is [object XFAObject] .. what is this? It's the same with author or ...

    Views

    412

    Likes

    0

    Replies

    1
  • 11/24/06
    I have a form that shows several subforms based on the selections the user has made while filling in the form. This is working quite well but when I import the XML data back into the form it doesn't show the subforms that have been used.Is there an easy way to change this?Thanks in advance!Emma

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 11/23/06
    Hi, Expert,<br /><br />I am using Adobe Designer 7.1. The XML data I want to merge with template is like:<br /><br /><book><br /> <name>Designer Tip</name><br /> <author><br /> <name>anonymous</name><br /> <email>...</email><br /> </author><br /></book><br /><br />In the template I write th...

    Views

    901

    Likes

    0

    Replies

    4
  • 11/23/06
    I wanna know if it is possible to dynamicly insert and delete rows into a table. So I want to have a table with a column with only "add-buttons" and a column with only "delete-buttons". If you click on an add, after that row an extra row would be inserted. If you click on a delete-button, the row wo...

    Views

    880

    Likes

    0

    Replies

    4