Re: Best way to implement NSProgressIndicator
Re: Best way to implement NSProgressIndicator
- Subject: Re: Best way to implement NSProgressIndicator
- From: j o a r <email@hidden>
- Date: Mon, 29 Sep 2003 08:00:27 +0200
Just to add to what Scott said:
1) The documentation now (at least the version found online at
developer.apple.com) states at what version of Mac OS X a method was
introduced (at least for things added after 10.0/10.1).
2) This is also a good URL for you to read:
<
http://developer.apple.com/technotes/tn2002/tn2064.html>
...and Scott, NSProgressIndicator is not a new class for 10.2 and later
- it's been with us since pre-Mac OS X - so it's perfectly fine to use
it on Mac OS X 10.1. It got a few new tricks for 10.2, that's all.
j o a r
On 2003-09-29, at 05.05, Chad Armstrong wrote:
Sorry if this topic is a repeat, but I searched through the archives
and didn't come up with much that was useful.
I am using a NSProgressIndicator, and I want my app to be able to run
under both 10.2 and 10.1. However, the application crashes under
10.1, and I suspect this is due to the NSProgressIndicator, and some
of the calls I've made with it.
Is there a good way to check between 10.2 and 10.1, and be able to
restrict the 10.2-only functionality to Jaguar, but to be able to let
10.1 continue to run properly? I have IB set to Pre 10.2
compatability, also.
_______________________________________________
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.