Re: NSApplicationMain question
Re: NSApplicationMain question
- Subject: Re: NSApplicationMain question
- From: "Paul Sanders" <email@hidden>
- Date: Mon, 26 Apr 2010 15:32:37 +0100
> so in the NSScroler docs there is no way to set the min, max, and value -- that is the problem
http://developer.apple.com/Mac/library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSScroller_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/instm/NSScroller/setFloatValue:knobProportion:
If you want to support Tiger, you will have to use the deprecated method. If not, don't.
Note that to learn all about class X, you may need to read up on its superclass(es). In this particular instance, NSScroller is a subclass of NSControl and many of the things it can do are defined there.
Paul Sanders.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden