幻灯片和标签更新
有没有办法在拖动滑块时更新绑定到滑块的标签? 我通过“takeFloatValueFrom:”将标签绑定到滑块,但只有当我从滑块上释放鼠标时它才会更新值。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 NSSlider 设置为连续。 IB 中应该有一个复选框来执行此操作。
YOu need to set the NSSlider to continuous. Ther should be a tick box in IB to do that.