choice possible with Checkbox tool?

Posted: 10-20-2008, 10:38 AM
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)
Reply With Quote

Responses to "choice possible with Checkbox tool?"

Jon Bessant
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-20-2008, 02:37 PM
Use a radio button to allow for just one selection ...

Jon
Reply With Quote
MicHtical@adobeforums.com
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-21-2008, 08:55 AM
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.
Reply With Quote
Steve_Werner@adobeforums.com
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-21-2008, 02:03 PM
You're fighting against a standard that's probably not going to change. The radio button works that way in other applications as well.
Reply With Quote
MicHtical@adobeforums.com
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-21-2008, 04:57 PM
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?
Reply With Quote
George Johnson
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-21-2008, 07:01 PM
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
Reply With Quote
Jon Bessant
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-21-2008, 07:04 PM
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
Reply With Quote
MicHtical@adobeforums.com
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-22-2008, 01:04 PM
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
Reply With Quote
George Johnson
Guest
Posts: n/a
 
Re: choice possible with Checkbox tool?
Posted: 10-22-2008, 03:49 PM
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
Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked. Joey Pang ASP.NET Data Grid Control 4 06-13-2005 03:29 AM
Colour settings for Highlighter Tool and Underline Text Tool Bernd_Kaskas@adobeforums.com Adobe Acrobat Macintosh 1 05-26-2005 10:18 PM
TCL as CGI.. or PHP and no CGI? The choice is yours Wojciech Kocjan PHP Development 1 08-18-2003 08:39 AM
Choice of MTA Haines Brown Debian 2 07-21-2003 05:30 PM
What's the best choice? David Copenhaver ASP 0 07-02-2003 03:08 PM