Radio Button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Radio Button
Hi guys,
Can anyone tell me how to set the radio button that when you choose one, the remaining ones will not selected/highlighted? Is that make sense? I am doing a questionnaire that only required one answer for each question. Each question has four options to choose only one correct answer. When the user click on the radio button to pick their answer, the other two should go off without having anything on it...
PLEASE help me!!!!! I need to turn in my project tonight.
Thanks,
JYST
Can anyone tell me how to set the radio button that when you choose one, the remaining ones will not selected/highlighted? Is that make sense? I am doing a questionnaire that only required one answer for each question. Each question has four options to choose only one correct answer. When the user click on the radio button to pick their answer, the other two should go off without having anything on it...
PLEASE help me!!!!! I need to turn in my project tonight.
Thanks,
JYST
Re: Radio Button
You need to group the radio buttons for which you want to have mutually exclusive highlighting. (There could be more than one set of radio buttons visible on a card, so you have to group them to let the engine know which ones have a relationship with which others.)
Then check the properties of the group and ensure that the "radioBehavior" property is set to true (in the Property Inspector you can ensure that the checkbox "Hilite one radio button at a time" is checked).
Then check the properties of the group and ensure that the "radioBehavior" property is set to true (in the Property Inspector you can ensure that the checkbox "Hilite one radio button at a time" is checked).
Re: Radio Button
Hi,
Thanks so much for your prompt reply.
I kinda understand what you explained but still have no idea how to fix it after tried couple times.
Can you please help me to look and check my files? I've pasted the file share link below. Appreciate it if you can check for me.
http://www.adrive.com/public/4a6099e963 ... 28d46.html
Thank u in advance!!!!!
JYST
Thanks so much for your prompt reply.
I kinda understand what you explained but still have no idea how to fix it after tried couple times.
Can you please help me to look and check my files? I've pasted the file share link below. Appreciate it if you can check for me.
http://www.adrive.com/public/4a6099e963 ... 28d46.html
Thank u in advance!!!!!
JYST
Re: Radio Button
Anybody can help me to check my problems with the radiobuttons please! I pasted my file on the link above.
Let me know if you can help me to fix the radiobutton problems.
Thanks,
JYST
Let me know if you can help me to fix the radiobutton problems.
Thanks,
JYST
Re: Radio Button
Ok i finally fixed the problem!
Thanks!!!
Thanks!!!
Re: Radio Button
If I'd still been awake then I'd have gladly looked. I had a look at your file, it would have been quick to help you - but very glad you got it sorted out, especially that you managed it on your own.