Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 3/24/08
    I can not figure out what is causing the error and what does the error message mean.<br /><br />b Error:<br /><br />flex.acrobat.pdf.PDFException: XFA is not a shell XFA<br /> at flex.acrobat.pdf.XDPXFAHelper.open(XDPXFAHelper.java:127)<br /> at com.greatland.ipp.pdf.XDPXFAService.generatePDF(XDPXFA...

    Views

    946

    Likes

    0

    Replies

    1
  • 3/24/08
    Hello,Hope someone can Help. I've got an existing flex applicationwhich I would like to convert to use Flash Communication server.Are there any existing tutorials on using Flex 3 and FlashCommunication Server or can anyone suggest a better/neweralternative? I've had a go with Flex Data Services alre...

    Views

    346

    Likes

    0

    Replies

    0
  • 3/24/08
    Hi, I am a noob here with LiveCycle. I am using the addInstance to add a row to a table as needed on the form:form1.Subform10.Table2.Row1.instanceManager.addInstance(1);I am finding that I cannot reference the new objects in the instances that are created (using the TextBox3[1] does not work). How d...

    Views

    2.5K

    Likes

    0

    Replies

    16
  • 3/24/08
    I'm Using the RemoteObject Method to call the CFC ,But If I put the Name.cfc in C:\Inetpub\wwwroot\ the errorwill occur "Unable to Invoke CFC"But if I put in C:\Coldfusion8\wwwroot\WEB-INF\Name.cfc itgonna be no problem.I Know there is some setting in services-config.xml. But I do not know how to co...

    Views

    479

    Likes

    0

    Replies

    0
  • 3/24/08
    Hello everybody,I am new to Flex and don't know how to use Java with Flex. Iknow that flex data services are one way but i am not able toconnect Java Objects with Flex. Anyone can guide me in this regard.Thanks in advance.Ahmed

    Views

    631

    Likes

    0

    Replies

    2
  • 3/23/08
    Hi,Is there a way for me to stop the tabbing order or remove a field from the tabbing order on a text field I've created. I would prefer certain fields, even though I created them, not be in the tabbing order.Frank

    Views

    2.4K

    Likes

    0

    Replies

    13
  • 3/23/08
    I am new to Flex Builder. I have built web services clientsand services using a handful of languages. Certainly the generationof clients with FB3 is straightforward and about as intuitive as itgets (unless, of course, I've missed something obvious and amcausing these issues). Unfortunately it's gene...

    Views

    395

    Likes

    0

    Replies

    1
  • 3/23/08
    Here is my code:=======================================var i=0var total=0for i=0 upto 19 step 1 do if CheckBox1[i].rawValue <> 0 then total=total+1endforNumericField1.rawValue = total=======================================Here is the error:======================================= Error: syntax error ...

    Views

    468

    Likes

    0

    Replies

    2
  • 3/23/08
    I have created a portfolio template, about twenty pages, the user can click each page and select an image from their HD.Everything works well on the machine that created it. Whilst in LiveCycle I can preview/proof the PDF, the images fill the space proportionally (i.e. no stretching/distortion, 'Sca...

    Views

    644

    Likes

    0

    Replies

    4
  • 3/21/08
    Ok...I have tried following the examples in the documentation but am stumped.I am using FormCalc and an trying to count the number of CheckBoxes that are checked. They are all in the CheckBox1[] array. Following is my attempt. I get this error: Error: syntax error near token 'endfor' on line 6, colu...

    Views

    496

    Likes

    0

    Replies

    1