I think there's a problem in the documentation for NSComboBox
I think there's a problem in the documentation for NSComboBox
- Subject: I think there's a problem in the documentation for NSComboBox
- From: Rui Pacheco <email@hidden>
- Date: Wed, 7 Oct 2009 11:14:06 +0100
Hi,
I was implementing the data source for an NSComboBox when I noticed
something wasn't right with the documentation:
There is a page in the combo box programming topics that lists which methods
a combo box data source should implement. This page was last modified in
2002:
http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/ComboBox/Tasks/ProvidingComboBoxData.html
But when I checked the NSComboBox Data Source Reference, the methods were
all marked as available from 10.6 onwards and the page had been modified in
2009:
http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSComboBoxDataSource_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSComboBoxDataSource/numberOfItemsInComboBox
:
So, were the data source methods available before 10.6 (I want my app to run
on 10.5) and the data source reference is wrong or was the conceptual page
for the combo box updated but not the revision date? Did anyone used the
data source methods before 10.6?
--
Best regards,
Rui Pacheco
_______________________________________________
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