View Single Post
# 2 30-07-2008 , 11:50 PM
Falott's Avatar
Registered User
Join Date: Jan 2005
Location: vienna
Posts: 1,095
i found a start which is more appropriate to fit my needs i think


window ikOffsets;

columnLayout -adjustableColumn true;

text -label "Slider";

intSlider -min -100 -max 100 -value 0 -step 1;


showWindow ikOffsets;


now i have to get ridd of this error

// Error: line 1: Object's name is not unique: ikOffsets //


+ I want an additional numeric input field for the same value the slider is working with.


still need help here


everything starts and ends in the right place at the right time.