Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there. I'm trying to run a small script which will open a window and show up 2 sliders. I'm trying to execute this code but I keep getting errors and I don't understand why. Heres the code:
{ window -wh 200 300 -t "MyWindow"; columnLayout; floatSliderGrp -label "Slider01" -field true floatSliderGrp -label "Slider02" -field true; -fieldMinValue -50 -fieldMaxValue 50 -minValue -10 -maxValue 10 -value 0; showWindow;; }
Sorry for being a noob, I'm still in the learning process, thanks 🙂
Solved! Go to Solution.