shenmue
01-18-2008, 10:36 PM
Hi
just a little thing I canīt do.I want to align the intSliderGrp to the left,but the only thing that is align is the text .:shrug: .Should te -cal command align also the textfield and the slider?
thanks
string $window = `window -title "intSliderGrp Example" -w 50`;
columnLayout -cw 50 -cat "left" 5;
intSliderGrp -label "Group 1" -field true -cal 1 left ;
intSliderGrp -label "Group 2" -field true
-minValue -10 -maxValue 10
-fieldMinValue -100 -fieldMaxValue 100
-value 0;
showWindow $window;
just a little thing I canīt do.I want to align the intSliderGrp to the left,but the only thing that is align is the text .:shrug: .Should te -cal command align also the textfield and the slider?
thanks
string $window = `window -title "intSliderGrp Example" -w 50`;
columnLayout -cw 50 -cat "left" 5;
intSliderGrp -label "Group 1" -field true -cal 1 left ;
intSliderGrp -label "Group 2" -field true
-minValue -10 -maxValue 10
-fieldMinValue -100 -fieldMaxValue 100
-value 0;
showWindow $window;
