I am having another problem with the buttons. They stay pressed.
buttonChoose=radioChoose.add("radiobutton",undefined,"Press For spine calculation"); radioChoose.children[0].value = false; mouseEventHandler = function(ev){ radioChoose.children[0].value = false; alert(radioChoose.children[0].value); countClick += 1; // count clicks countClick=countClick%2; if(countClick==0){myPanel.hide();} else{myPanel.show();}
the alert shows false but the button is still checked!