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 (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