I have a screen with two RadioButtonField objects. By default, the first RadioButtonField shows a rectangle around it to show its selected, and the rectangle moves if you change the selection to the other RadioButtonField or other buttons and textboxes on the page. What I would like to know is…is there a way to hide this border that shows the selection/border?
I have a screen with two RadioButtonField objects. By default, the first RadioButtonField shows
Share
if you in 4.6 and higher, try to setBorder() without edges:
alt text http://img139.imageshack.us/img139/672/rbnoborder.jpg
If you in 4.5 and lower, try to override drawFocus() and leave it empty:
alt text http://img214.imageshack.us/img214/672/rbnoborder.jpg