Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/14/11
    Can anybody suggest why the following function isn't working? addItem doesn't seem to accept "i" as an argument.function dropdownRange(dropdown,start,end,increment) {for (var i = start; i < end; i+=increment) {     dropdown.addItem(i);}}I'm am calling the function from a radio group change event tha...

    Views

    1.4K

    Likes

    0

    Replies

    4
  • 3/14/11
    I'd love to hear some feedback. How well does it work? Can we really get rid of our headsets? Is half-duplex mode enough or do we need to run it full-duplex for it to be usable?

    Views

    785

    Likes

    0

    Replies

    2
  • 3/14/11
    Hi,I am trying to assemble PDF's which are located in a network folder..<?xml version="1.0"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/">     <PDF result="PDFA.pdf">          <PDF source="\\w2msmossmgn02\SharedFolder\PID_APR_P111556.pdf"/>          <PDF source="\\w2msmossmgn02\SharedFolder\PID_P111556...

    Views

    2.4K

    Likes

    0

    Replies

    1
  • 3/14/11
    A pdf template was created using adobe livecycle, then the final pdf is created using pdfMerger. Is there a way to invoke the print dialog as soon as the pdf is open? Is there any javascript thate needs to be used?

    Views

    744

    Likes

    0

    Replies

    2
  • 3/14/11
    Hi, can anyone just cast an eye over this script to see why the pages aren't appearing as I cannot see why it shouldn't work.form1.DropDownList161::exit - (JavaScript, client)if (this.rawValue=="Transfer"){    Page1.presence = "visible";    Page2.presence = "visible";    Page3.presence = "hidden";  ...

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 3/14/11
    Hi All,I have a dynamic form. When i pass it through my process comprising of export data activity. the resultant xml is as follows:<?xml version="1.0" encoding="UTF-8"?><xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><xfa:data xfa:dataNode="dataGroup"/></xfa:datasets>The form wher...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 3/14/11
    I originally stuck this at the end of an old thread - http://forums.adobe.com/thread/652721 - but doubt people will see it there.I've only just started looking into putting data into a database from my forms & have had the "not trusted" issue when attempting to load the data into a database.I was ab...

    Views

    387

    Likes

    0

    Replies

    0
  • 3/14/11
    Since with 10.2 or below flash player releases, we can't really use the LCCS audio/video chat, is there a way to detect if the user has a headset. I am sure all the geeks out here(all of us) know we need a headset but the normal user does not!! I wanted to show a message or mute the speaker and mic ...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 3/14/11
    I have installed LiveCycle in JBOSS and I have developed an application using ASP.NET (C#) to allow PDF Form upload and extract the PDF Form data into XML.My program runs OK under VS 2008 debugging mode but when I tried to deploy the program into IIS. It has the following problem."The URI prefix is ...

    Views

    708

    Likes

    0

    Replies

    0
  • 3/14/11
    We are using the php library to create authentication token.  We have 20 different rooms but we use one developer/LCCS account. For weeks every time we get the authentication toke from php code, it is the same. Recently it changed. I could not find any documentation on this. Shouldn't I get a differ...

    Views

    1.8K

    Likes

    0

    Replies

    5