nsslider Questions
3
Solved
How can I create NSSlider animation when changing float value of it. I was trying:
[[mySlider animator] setFloatValue:-5];
but that didn't work.. just change the value without animation. So mayb...
8
Solved
I'm using an NSSlider control, and I've configured it to use continuous mode so that I can continually update an NSTextField with the current value of the slider while the user is sliding it around...
Unaccompanied asked 23/2, 2012 at 16:18
3
Solved
Is there a way to make an IBOutlet of an NSSlider and then be able to change its value programmatically? slider.value = ...does not work.
Thanks!
Athamas asked 26/3, 2012 at 6:3
8
Solved
I am trying to subclass NSSlider to create a control called a jog dial. Basically what I need is a slider which always starts at the middle and when it is moved to the left or right it will send no...
4
Solved
I've got an NSWindow and an horizontal NSSlider.
I'd like to change the color of the right part of the slider bar when the window background color changes.
Currently, the right part of the ba...
3
Solved
It seems like NSSlider in Cocoa does not provide a delegate to receive an event like Value Changed for a UISlider.
How can I get the value of an NSSlider continuously and display it in an NSTextFi...
Antonantone asked 1/7, 2011 at 21:12
1
Solved
I have an NSSlider in my macos app, called wave_mode_slider. What I'm trying to do is update the value of said slider on input. So, what I did is this:
self.wave_mode_slider?.integerValue = ("\(pa...
1
Solved
I'm trying to implement a custom slider in Cocoa with 5 values. See my demo project, which can be downloaded here: http://s000.tinyupload.com/index.php?file_id=07311576247413689572.
I've subclas...
Hohenlohe asked 1/11, 2013 at 16:33
3
Solved
I've searched around for some code on NSSliderCell but I can't find a way to do what I'm looking for.
I'd like to create something like this (where the white line is the slider knob, 1 pixel width)...
Miocene asked 15/1, 2013 at 22:20
2
I have to move some NSSlider by hardware midi controller, I have programmed a midi learn procedure to assign hardware cursor to NSSlider(sub class of), and up there it's all right. Inside MIDIReadP...
Bray asked 17/10, 2012 at 8:22
4
Solved
I've sort of accomplised implementing a custom slider cell that can draw over using images for the scroll bar and knob. The only obstacle that is in the way now is this, when I drag the knob quickl...
Concerned asked 21/10, 2010 at 9:2
1
Solved
I am making a simple application that uses a NSSlider, which can be put to it's max or min value with two buttons.The undo manager shall track all changes and allow to undo/redo all changes made us...
Knickers asked 2/7, 2012 at 0:13
1
Solved
How can NSSlider be customised to provide a non-linear scale in cocoa? i.e - 0, 2, 4, 6, 10.
With the slider constrained to stopping on tick marks only, I want the slider to stop on 0, 2, 4, 6, 10...
1
© 2022 - 2024 — McMap. All rights reserved.