Expand my Community achievements bar.

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

  • 6/23/06
    Hi,is there a way to programmatically add an event to a certain object --like in Acrobat JavaScript or in web browser JavaScript?Sample from Acrobat JavaScript Reference, P.359:var events = new app.media.Events({   // This is called for every event, but later during idle time:   afterEveryEvent: fun...

    Views

    348

    Likes

    0

    Replies

    0
  • 6/23/06
    Hi,I tried to change the font color of static text using:xfa.resolveNode("test").caption.font.fill.color.value = "0,0,0";orxfa.resolveNode("test").font.fill.color.value = "0,0,0";Neither resulted in black text.Am I getting it wrong?Does anyone have an idea how to change the font color of static text...

    Views

    15.5K

    Likes

    0

    Replies

    9
  • 6/23/06
    Can we have a form that can change dynamic ally a graph base on user input.example: drawing a line using 2 points coordinate.RegardsJean-Marc FlamandMass property engineer specialistBombardier Aerospace

    Views

    4.3K

    Likes

    0

    Replies

    6
  • 6/22/06
    hi,I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.I try to look for some code to trigger the calculate event. I cannot find it ...

    Views

    313

    Likes

    0

    Replies

    0
  • 6/22/06
    hi,I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.I try to look for some code to trigger the calculate event. I cannot find it ...

    Views

    656

    Likes

    0

    Replies

    2
  • 6/22/06
    When setting up a new form to fill and submit it only allows for one email address to be entered. How do I enter more than one email address for submittal?

    Views

    592

    Likes

    0

    Replies

    1
  • 6/22/06
    Hello. I'm trying to design several forms using a large background graphic along with several other overlays (defined by the form user) that contain transparent backgrounds. Unfortunately, everytime I go to change the graphic, the program won't recognize the transparency of the overlay and substitut...

    Views

    392

    Likes

    0

    Replies

    0
  • 6/22/06
    I have a drop down like so....Label Value"Selection 1" 1"Selection 2" 2However, in the change event, the rawValue is always the prior value, not the newly selected one. xfa.event.newText will give me the newly selected label but I need the newly selected value.For example, if the current selection i...

    Views

    542

    Likes

    0

    Replies

    3
  • 6/22/06
    Using Designer 7.0 to create a form.When opening the form in Acrobat Pro 7.07 Commenting Tools are disabled. In the Security Settings for the Document it states that the Security Method is None, but that Commenting is Not Allowed.Is there any way to allow commenting/stamps on forms created with Desi...

    Views

    511

    Likes

    0

    Replies

    4
  • 6/22/06
    I am sure that this has been answered before but I am going blind trying to find it. I have a form with a dropdown listing several communication methods. When "Phone" is chosen, I need a numeric field to appear requiring them to enter a phone #. I want the numeric field to be hidden unless phone is ...

    Views

    322

    Likes

    0

    Replies

    2