View Full Version : Quick Question (simple)
Soon2bAnimator 12-05-2006, 06:42 PM does anyone know how to label a floatSilder? for some reason nothing i do will let me label this darn thing...can anyone help me?
what i have so far:
floatSlider -hr 0 -min 0 -max 10;
|
|
instruct9r
12-05-2006, 06:56 PM
use floatSliderGrp -label "the name before the slider" -extraLabel "the name after the slider"
;)
Sick Spider
12-05-2006, 06:57 PM
All u have to do is add the name of the slider at the end
floatSlider -hr 0 -min 0 -max 10 "mySlider";
Than to get the info:
float $myFloat = `floatSlider -q -v "mySlider"`;
Soon2bAnimator
12-05-2006, 08:11 PM
floatSlider has a flag to make it vertical "-hr 0" but no visible label in the window
floatSliderGrp has a label flag, but no flag to make it vertical
CGTalk Moderation
12-05-2006, 08:11 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.