Is there something i am doing wrong here?
I dont understand why the radioButtonGrp changeCommand printing "hello" twice
when the group changes state in following code.
So if someone knows the solution please let me know...
thanks.
string $window = window
;
columnLayout;
radioButtonGrp -numberOfRadioButtons 3
-label "Colors" -labelArray3 "Red" "Blue" "Green"
-sl 1
-changeCommand "print(\"Hello \")"
rBG1;
showWindow $window;