Slide and Label Update
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 mo开发者_如何学JAVAuse from the slider.
Thanks
YOu need to set the NSSlider to continuous. Ther should be a tick box in IB to do that.
精彩评论