Is it possible to update Slider to allow more flexibility with ThreeValueSliders?
Here is my situation:
I have a ThreeValueSlider to act as a transport/range control for a QuickTimeMovieComponent. The ‘value’ is the playhead position. The min/max values set the range of playback.
I want to disable calling of sliderValueChanged for when the range values are changed - i’m only interested in hearing about the user changing the main value.
When the playhead value is adjusted, playback is stopped, the position is adjusted, then it resumes when the slider drag is ended. This ensures the interface remains as smooth as possible. However, i don’t want playback to stop if the range handles are adjusted. I can’t really see any way of finding out if the user is adjusting the range handles rather than the main handle.
Any ideas?