JellyFire
12-09-2007, 03:25 PM
Hey, I have something similar to this:
string $window = `window`;
string $form = `formLayout -numberOfDivisions 100`;
string $but9 = `colorIndexSliderGrp -label "Colour" -min 0 -max 32 -value 0`;
formLayout -edit
//Button9
-attachForm $but9 "top" 5
-attachForm $but9 "left" 5
-attachNone $but9 "bottom"
-attachNone $but9 "right"
$form;
showWindow $window;
The "problem" is I can't seem to move it over any further to the left...
Anyone know how I can overcome this annoying feature?
Thanks
Christian
string $window = `window`;
string $form = `formLayout -numberOfDivisions 100`;
string $but9 = `colorIndexSliderGrp -label "Colour" -min 0 -max 32 -value 0`;
formLayout -edit
//Button9
-attachForm $but9 "top" 5
-attachForm $but9 "left" 5
-attachNone $but9 "bottom"
-attachNone $but9 "right"
$form;
showWindow $window;
The "problem" is I can't seem to move it over any further to the left...
Anyone know how I can overcome this annoying feature?
Thanks
Christian
