AlexOddbratt
04-09-2006, 08:20 PM
Hi
I was wondering if there is a way to make the intslider or intsliderGrp's -changeCommand or -dragCommand flags to be executed when the value is changed and not only when the slider is changed.
What i want to do is connect an attrFieldSliderGrp to a custom node.
Then i want to connect the custom node to an intslider.
What this should do:
When i change the attrFieldSliderGrp's slider the intslider's slider should change and run a procedure because of the -changeCommand flag.
What it acctually does:
When i change the attrFieldSliderGrp's slider the intslider's slider changes but it doesn't run the procedure.
If anybody is wondering why i'm going thrue all the trouble of doing this it's because i want to be able to have a keyable slider that executes a command when changed. But since the intSlider isn't connected to an attribute it isn't keyable.
I was wondering if there is a way to make the intslider or intsliderGrp's -changeCommand or -dragCommand flags to be executed when the value is changed and not only when the slider is changed.
What i want to do is connect an attrFieldSliderGrp to a custom node.
Then i want to connect the custom node to an intslider.
What this should do:
When i change the attrFieldSliderGrp's slider the intslider's slider should change and run a procedure because of the -changeCommand flag.
What it acctually does:
When i change the attrFieldSliderGrp's slider the intslider's slider changes but it doesn't run the procedure.
If anybody is wondering why i'm going thrue all the trouble of doing this it's because i want to be able to have a keyable slider that executes a command when changed. But since the intSlider isn't connected to an attribute it isn't keyable.
