On 26/04/2010, at 11:51 PM, Bill Appleton wrote:

> in other words all the shared code for imaging the offset page is common, i
> need a scroll bar that behaves like a puppet & DOES nothing


NSScroller is just a control, it does nothing except tell you its value. While 
the HIG advises against it, it can be used in place of a slider or similar.

If you are using it to scroll a view though, it's much easier to use 
NSScrollView which owns two scrollbars and handles the positioning for you. 
Scrolling is generally much easier to deal with in Cocoa than in Carbon.

--Graham


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to