I have problem with drawing custom NSSlider
.
I have NSView
with some subviews (including NSSlider
). I setup order of subviews in nib
file, but, when my view is presented on screen, all subviews drawn above NSSlider
. This is wrong drawing ordering, subviews must be drawn under NSSlider
. I don't known why this happens. NSSlider
must be under all others views. Maybe, someone can explain me what is wrong?
Asked
Active
Viewed 69 times
0

Lexandr
- 679
- 1
- 6
- 22
-
This seems contradictory : *"my view [...] displays above NSSlider. This is wrong [...]"* followed by your *"NSSlider must be under all other views"* . What exactly is the expected outcome? – Jul 09 '13 at 17:01
-
I'm sorry. Question text updated. – Lexandr Jul 09 '13 at 17:12