Scrollbar
Scrollbar
- Subject: Scrollbar
- From: Steve Mills <email@hidden>
- Date: Wed, 13 Nov 2002 19:17:32 -0600
I'm trying to put just an NSScroller into my window without having to
use an NSScrollView. I've been able to alloc it and install it into the
view, but none of the calls seem to make the thumb or arrows show up.
Why doesn't it have min and max values like a slider or an old style
Control? I've tried:
[scroller setFloatValue: 0.25 knobProportion: 0.5];
But that does nothing to make its appearance change. A simple scrollbar
shouldn't be this hard. Grrrr.
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.