cocoa - Using multiple NSSliderCell in a single NSSlider -


i'd create nsslider has 3 knobs, not one. i'm thinking can subclass nsslidercell , override tracking methods ensure 1 slider cell doesn't pass 1 next it.

that's easy enough do, i'm not sure how tell nsslider should have 3 cells show up, instead of one.

why not use 3 sliders? remove text , tick marks make them small , put them closely each other. using single slider 3 knobs give problems retrieving slider values.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

c - "error: subscripted value is neither array nor pointer nor vector", but why? -