choice possible with Checkbox tool?

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default choice possible with Checkbox tool?

    Hello,

    I'm using the Checkbox tool in a check list for an input check. I assume that if the job is correctly delivered the person can click in the check list on the check box and a check appears. If the data is wrong on the other had, it should be possible to click on the check box and get a cross.

    For example, click once for a 'check', twice for a 'cross' and three times to uncheck.

    Is this possible? If not, what is the alternative (Combo box)
    MicHtical@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Colour settings for Highlighter Tool and Underline Text Tool
      I am using ACROBAT STD 7.0.1 on Tiger. As I often read scientific PDF files, I would like to use additional colours for the Highlighter (yellow)...
    2. Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
      I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the...
    3. TCL as CGI.. or PHP and no CGI? The choice is yours
      Phil Powell wrote: That's actually a bit of a tough one. This is a very common permission problem, since your scripts run as www, and not as...
    4. Choice of MTA
      I don't want to start a flame war, but need some input in order to choose a mail transport agent. The ones of interest to me are primarily sendmail...
    5. What's the best choice?
      I don't think that the Question is Asp Vs XML, but rather Asp with or without XML. Personally, XML seems to me to only add undue complexity when...
  3. #2

    Default Re: choice possible with Checkbox tool?

    Use a radio button to allow for just one selection ...

    Jon
    Jon Bessant Guest

  4. #3

    Default Re: choice possible with Checkbox tool?

    The radio button has the same shortcoming as the checkbox tool. I need two possibilities: 'yes, it is ok' and 'no, it's not ok'.

    This is impossible to communicate with the radio button. Because if the radio button is not checked it can mean two things: 'I didn't check it' and 'no, it's not ok.'

    That's why my button should have three states. Otherwise I have to work with two columns, an ok and not ok.
    MicHtical@adobeforums.com Guest

  5. #4

    Default Re: choice possible with Checkbox tool?

    You're fighting against a standard that's probably not going to change. The radio button works that way in other applications as well.
    Steve_Werner@adobeforums.com Guest

  6. #5

    Default Re: choice possible with Checkbox tool?

    Hey Steve, I don't want to change the radio button. I want to have the possibility to do this 'V' or this 'X' with a check box.

    This is standard behaviour, no?
    MicHtical@adobeforums.com Guest

  7. #6

    Default Re: choice possible with Checkbox tool?

    The alternative is to use a regular button and use JavaScript to cycle through the three appearances you want. This will take a bit of programming. If you'd like a sample, post again.

    George
    George Johnson Guest

  8. #7

    Default Re: choice possible with Checkbox tool?

    OK - create the first radio button, copy and paste (DO NOT change the
    field name) and then change the output field name. This is how radio
    buttons work inside Acrobat

    You can have loads of radio buttons for one question and so long as
    they're duplicated then you can limit the interactivity ...

    Jon
    Jon Bessant Guest

  9. #8

    Default Re: choice possible with Checkbox tool?

    Hey George, if you can post an example, please do.

    Jon, with your solution I need multiple columns, I want the 3 possibilities on the same location, one box where you can put a check, cross or leave empty
    MicHtical@adobeforums.com Guest

  10. #9

    Default Re: choice possible with Checkbox tool?

    Here it is:

    Multi-state button Demo <https://share.acrobat.com/adc/document.do?docid=c51ad22f-7341-432d-a1bb-9a8500d3efa8>

    You'll have to download it and study the JavaScript to understand how it works. If you have any questions, post again.

    George
    George Johnson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139