These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

No red highlight box showing up on radio button

clem
Registered: May 16 2008
Posts: 8

the below code goes on my submit button, requiring user to select a radio button option if myTExtField is filled in. It works fine in requiring user to select a radio button before submitting but no red highlight box appears around radio buttons.
How do I get that red highlight box to show up around the radio buttons?

if (myTextField.rawValue != null) {

myRadioButtons.mandatory = "error"
}

thanks for any help with this.

My Product Information:
LiveCycle Designer, Windows
clem
Registered: May 16 2008
Posts: 8
I haven't found a way to make the red highlight box appear but a found
an alternative isn't quite as good, but it seems to do the job. I added the line:

myRadioButtons.border.fill.color.value = "255,0,0";
along with my exiting line: myRadiioButtons.mandatory="error"
it doesnt make a box, but it fills each radio button with red, so it looks sort of highlighted