maria-taher
05-06-2010, 10:33 PM
Hello
I create tow checkboxes and a button in a window by a MEL Script.
This is my script :
window -title "Test CheckBox" testswindow;
rowColumnLayout -nc 3;
checkBox
-value 1
-onc "polySphere;"
-label "SPHERE"
-align "left";
checkBox
-value 1
-onc "polyCube;"
-label "CUBE"
-align "left";
button -label "NONE";
showWindow testswindow;
http://ds8.fileflyer.com/d/e134d890-5335-46cd-889f-6aafe9cdea98/zyaK/8HqZJBe/a.png
I want to write a command for unchecking tow checkboxes by clicking on button but I can't write that command.
Please help me.
I create tow checkboxes and a button in a window by a MEL Script.
This is my script :
window -title "Test CheckBox" testswindow;
rowColumnLayout -nc 3;
checkBox
-value 1
-onc "polySphere;"
-label "SPHERE"
-align "left";
checkBox
-value 1
-onc "polyCube;"
-label "CUBE"
-align "left";
button -label "NONE";
showWindow testswindow;
http://ds8.fileflyer.com/d/e134d890-5335-46cd-889f-6aafe9cdea98/zyaK/8HqZJBe/a.png
I want to write a command for unchecking tow checkboxes by clicking on button but I can't write that command.
Please help me.
