How to create a small field that scrolls a series of images. (using Acrobat Pro)

Using Acrobat Pro, we need to use a small field to track the progress of the student.  Successive clicks, the field would scroll:

-a number (which identifies an element of study);

-same number surrounded by a circle (indicates the element is assigned to the student).

-the same number with a check mark (indicates the element is completed by the student).

-return the original number.

This could probably be managed by cycling through a series of small images when the user clicks on the field.

The field of the "checkbox" allows only a control to add to the field.  It does not have the circle and does not work across several States.

The area of the "text box" could enable this capability, but if so we are not able to configure correctly.

All solutions?   Thank you!

An example of PDF file that shows such a thing: https://workspaces.acrobat.com/?d=xRrSL3NBQy2hu5qFANPvqA

The stoplight illustrates this. You can use what you want for the button icons. It uses JavaScript in various places, so you will have to study to see how it works. Post again if you get stuck.

Tags: Acrobat

Similar Questions

  • How to create the text field that accepts (only Alphabates no numbers or numbers)

    Hey guys,.

    I just want to know how to create a text field that accepts (only text without characters or numbers)?

    I want to insert validation that field only accepts the alphabates no number or numbers are allowed!


    Thanks in advance!

    In the designer, click the field that you need to validate and open the script window, together the menu show drop-down list to validate in the drop-down list and place the code in the script window. Make sure that the language is Javascript and run is defined on the Client. If you don't see the script window goto window-> Script Editor Menu item.

  • How to create an animated title that scrolls like a classic title that is too large to fit on the screen of the iPod. How can I do this?

    I would like to create an animated title that scrolls like a classic title that is too large to fit on the screen of the iPod. How can I do this?

    < scratching head > long forgotten, how that will look like...?

    like in this video, around 00:40?

    https://Vimeo.com/11838765

    apply to your text moving or two keyframes and a mask behavior, I would say...

  • How to create a camera profile that works with a JPG image with my color chart to check inside? [was: color Checker chart.] Really need help]

    I got a color chart to check. It came not with any software whatsoever. I shoot my images in JPG format. I know it's not really ideal but I'm on a tight budget and don't have the money for a digital SLR cameras that shoot raw. Is there anyway that I can always create a camera profile that works with a JPG image with my color chart to check inside? My table also includes RGB values below each color. Maybe I can match each color in the photo these values manually? If so how is this done?

    Thank you

    Bryce

    I've never seen software that does what you ask for JPGs, only RAWs.  The main problem is that any profile or adjustment is calculated according a JPG of a particular chart photo would apply to the other JPG photos with the same white balance.

    Jpg does not use "camera profiles" anyway in Lightroom, the profile is always integrated.

    There is a product that allows to calculate the HSL cursor offset values given a JPG photo their own table owner who looked like a color checker, but had two lines reversed so the software could not be used with a standard-checker color, unfortunately.  Now their table has twice as many patches (48), and looking at it on their site I'm not too sure that it does not always work with JPGs or if she's just raw files, now.

    The graphic and software are called SpyderCheckr of Datacolor.  There are various software that do different things, but none are using a ColorChecker, so having one is mainly a loss until you get a camera that can take raw photos, so keep a humidity and temperature controlled environment as much as possible until you have the right camera.  You can probably use the grey patches to adjust exposure, but that's all.

    Today you need not a digital SLR to have raw photos, well.  My phone Galaxy S6 with the last update of Marshmallow and the software of camera update will take photos in format raw DNG in Pro mode which I can create custom profiles camera to use a ColorChecker, although the camera is really good in itself, so when I found everything first he could make DNG I took a little but now, I usually just use the camera to make the jpg unless the shot is really important and the lighting is not too hard.  I think that S7 phone's camera is even better.

    What kind of camera do you have?  Sometimes, there are firmware hacks that allow the camera to shoot raw format even if the standard camera cannot.

  • How to create an edit field that auto-met uppercase the first character entered?

    I need to create an input field to enter names (first name, last name, etc.). I would like the field behaves similar to the behavior of these fields when you enter a new contact into the native Contacts app: the first character is automatically capitalized, however, if the user deletes the character, and, without waiting too long, entered another letter, the first newly entered character is not capitalized.

    I was able to create such a field myself by creating a custom TextFilter, however, I can't believe simply that this field is not readily available. Anyone know if this field is readily available, or at least can be easily created by small amount of customization of an existing class?

    AutoTextEditField what you are looking for.

  • How to create a date field that is fixed at the signing?

    Hello

    I created a series of PDF forms on Adobe Pro XI which are designed to be filled out using Adobe Reader (where are saved as Adobe Reader Extended). Once the form is complete there are fields of signature that the user who digitally sign then it disables the specific form fields of editing more far. Next to the signature field, I have a date field that, at present, is using JavaScript to automatically generate the date of business at the opening. However, the question that I have is that I want this field date which will be fixed when the form is signed, rather than update again when the form is opened. Is this possible?

    The document JavaScript that I use to generate the date currently is:

    this.getField("Date1").value = util.printd ("dd/mmm/yyyy", new Date());

    But obviously, this is independent of the signature field.

    How can I create a date field which is set by the current date at the signing?

    I am very new to Adobe in general so I don't have much of an idea about how to go about doing this. Could someone please help me to do it if possible?

    Thank you

    KC

    Go to the properties of the field of Signature and on the signing tab, add

    Copy the following code in the section previous "this script is run when the field is signed.

  • How can I add my query offline code to allow me to use Acrobat Pro XI

    I tried all morning how to add my request code for the Acrobat Pro XI.  I've generated all the offline info I needed and have you now request code that I am struggling to find where to add.  Any link or help please?

    Hi Susan,.

    I checked your account and found that Adobe Acrobat Professional XI has been activated, please let me know if you still have problems with activation.

    Alternatively you can contact support here for the care of activation

    If you want help with offline activation, you can use the offline Activation doc

    ^ Ani

  • Text field validating this date has been entered - using Acrobat Pro

    I created a PDF form and need a text field which I formatted to a date field to validate if a date has been entered. For example if I have tab on this area and there are no registration, I want an alert to be produced by telling the user that the field is in need of a date is valid. Thank you

    Figured it out.

    onBlur for this area, I used:

    If {(lastValueInvalid)
    Event.Target.Value = "";
    lastValueInvalid = false;
    }

    If (event.value == "") {}
    App.Alert ("required field (cannot be empty): Please enter a valid Date of decision (example: 03/04/2015) ');
    }

    Then I added under the Javascript:

    lastValueInvalid = false;

    function FCDate_Keystroke (errorMessage, format)

    {

    var value = AFMergeChange (event);

    If (! value)

    return;

    If (event.willCommit)

    {

    var date = AFParseDateEx (event.value, format);

    If (! date)

    {

    FieldValidationPending = true;

    lastValueInvalid = true;

    If (! event.silenceErrors)

    App.Alert (ErrorMessage);

    } else {}

    FieldValidationPending = false;

    lastValueInvalid = false;

    }

    }

    on the other

    {

    If (!.) FC_DATE_KEYSTROKE_RE.test (value))

    {

    App.Beep (0);

    Event.RC = false;

    }

    }

    }

  • Drop-down list confirm that there are no empty selection - using Acrobat Pro

    How to validate a drop-down list to make sure that a user selected something in the list? I currently have several options in the list, including a ' ' blank space. If this space of blanks is selected or they tab right on the body (if you select nothing) I need an error message occurs. Thank you.

    Figured it out:

    onBlur for the domain, I entered this code:

    If (event.value =="" ") {}

    App.Alert ("required field: Please enter a valid choice, the field cannot be empty." "");

    }

  • How to export a PDF file to a format suitable for Kindle using Acrobat Pro?

    I have a very large document (page 7K) in PDF format that I was to export to a compatible format of kindle as MOBI.  (PDF does not work as the only option is reduced to fit page and makes it unreadable).

    Hi David,

    Acrobat cannot convert PDFs to .mobi format as it is an unsupported format.

    Kindle Supports .txt format... If it works for you?

    Here is a list of the other supported file formats: taken supported file formats. Acrobat, Reader

    Kind regards

    Rahul Tyagi

  • How to develop a text field (no scroll bar)

    First of all, thank you for your time - I'm on a date limit to produce and I'm freakin ', that's not possible.

    What I'm trying to do is create a simple form that has the text field (7).  Each of these text fields can contain anywhere from one sentence to six paragraphs of the explanatory text.  All I want to box in the text field to do is develop as well as the content and break to another page if necessary.  I was able to create a text field that allows the long data to appear (multiple lines / develop to fit Y), but the text field box does not grow, it adds a scroll bar to the place!  Unfortunately, this is not what I need.  I need the story to be printed and easily visible for viewing.

    Can you help me please?

    Here is an example that explains this se...

    Oh... Oh... I don't see the option to attach any file... I don't know that I did earlier

    Here's how I did it... just an example...

    1. open a new blank template.

    2. in the page, select body (Untitled subform) (page 1)... call First_Sub

    3 Textfield in First_Sub and set the Hight: "Expand to fit" and "Allow multiple lines" in page layout and the object > pallets of field respectively.

    4. now in the Higerarchy palette select 'Fisr_Sub' and set Hight: "Develop to fit" in the page layout palette

    5 then under object > subform set palette "allow Page brakes with content."

    6. don't forget save it as a dynamic form

    7 try it now... that should do what you are looking for.

    Good luck

  • How to create a text field containing text/label which can be modified by the end user?

    Hello

    I'm trying to figure out how to create a text field containing text or a label that can be changed by the end user. Can do something like this in LiveCycle?

    Below, I have a text field that contains a question and another text field where the user will enter their answer. Is there a way to allow the end user to change the text of the question, as shown in the example?

    Capture.PNG

    Hello

    If you used a standard text for the 'legend' field you could set the value by default (in the value of the object palette tab) in the legend and the legend of the value None (in the page layout palette).

    Concerning

    Bruce

  • How to create an action link that goes to a section that is 'hidden' in the same page

    Hello

    OBIEE 11, I have a dashboard page that has section 1 as a guest, 2 which shows an analysis that contains a chart and article 3 that shows the details of the graph. I have an action to link this graphic article 2 connection to the details in section 3. However, I would like my report to the do not appear in article 3 as long as you press the link of action. Is there a way to 'Hide section 3 until you press the link action?' Thank you!

    Hello

    Try to avoid the double-display: How to create an action link that goes to a section that is 'hidden' in the same page

    Felipe_Idalgo meets the other post (and he posted the best answer to your needs), in order to continue the other thread instead of opening another.

  • How to create a Web site that users can connect to?

    Hey guys

    How to create a Web site that users can connect to?

    How to create a site that users can connect to with steam, facebook, twitter, etc...

    See this discussion where a similar topic was discussed.

    Login using Muse and British Colombia page

    Thank you

    Preran

  • How to create a gallery page that you can click on an image, expand it and move left or right to see more images?

    How to create a gallery page that you can click on an image, expand it and move left or right to see more images?

    @

    You can use the slideshow widget to do this. For more details: Adobe Muse Help | Working with slide show widgets

Maybe you are looking for