I was wondering if its possible to have an NSSlider send an action
after the user finished dragging, while still providing continuous
updates?
The thing is, when the slider value changes, there's a considerably
long process that will take place so I can't set my slider to
continuous, but I would like to provide a continuous update of the UI
(i.e. the label that displays the slider value)...
I'm guessing I will probably have to subclass but even then I'm not
really sure where to start??