Hi.
Is there a way to update a label bind to a slider while the slider is draged? I bind the label to the slider via 'takeFloatValueFrom:' but it's update the value only when i release the mouse from the slider.
Thanks
Hi.
Is there a way to update a label bind to a slider while the slider is draged? I bind the label to the slider via 'takeFloatValueFrom:' but it's update the value only when i release the mouse from the slider.
Thanks
YOu need to set the NSSlider to continuous. Ther should be a tick box in IB to do that.