Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
MicHtical@adobeforums.com #1
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
-
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)... -
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... -
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... -
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... -
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... -
Jon Bessant #2
Re: choice possible with Checkbox tool?
Use a radio button to allow for just one selection ...
Jon
Jon Bessant Guest
-
MicHtical@adobeforums.com #3
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
-
Steve_Werner@adobeforums.com #4
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
-
MicHtical@adobeforums.com #5
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
-
George Johnson #6
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
-
Jon Bessant #7
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
-
MicHtical@adobeforums.com #8
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
-
George Johnson #9
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



Reply With Quote

