Re: Question about Deprecated Methods
Re: Question about Deprecated Methods
- Subject: Re: Question about Deprecated Methods
- From: Seth Willits <email@hidden>
- Date: Fri, 26 Mar 2004 20:28:20 -0800
On Mar 26, 2004, at 7:37 PM, Charles Srstka wrote:
Well, you could use the old
if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_2)
Ahh yes... It just clicked that I wouldn't need conditional compiling
but just a conditional thanks to the whole "message" thing rather than
functions. :)
but frankly, I just continue to use selectedRowEnumerator. Having to
use the above construct every time you wanted to access the selected
item(s) in a table view would be a pain. And besides, can Apple really
remove those methods? They would break so much software by doing so
that it's not even silly. If they do, it will be a very, very long
time before they are able to do so. When I write an app that has 10.3
as the minimum requirement, then and only then will I use these new
methods.
Yeah, I'm going to use it anyway. I was just wondering what you guys do
:)
Thanks,
Seth Willits
------------------------------------------------------------------------
---
President and Lead Developer of Freak Software -
http://www.freaksw.com
REALbasic Guru at ResExcellence -
http://www.resexcellence.com/realbasic
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"We call that person who has lost his father, an orphan; and a widower
that
man who has lost his wife. But that man who has known the immense
unhappiness of losing a friend, by what name do we call him? Here every
language is silent and holds its peace in impotence."
-- Joseph Roux
------------------------------------------------------------------------
---
_______________________________________________
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.