On Fri, Feb 19, 2010 at 1:08 PM, David Blanton <[email protected]> wrote: > Not really, as I call selectWithObjectValue on an NSComboBox and the > warning is on an NSComboboxCell
You are aware that many (most?) control methods are actually just cover methods for their underlying cells? The Control and Cell Programming Topics for Cocoa guide has more information: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ControlCell/ControlCell.html > but so what , I am doing just what the docs say and I get the warning ... > that is the essence of the question The NSComboBoxCell documentation disagrees with the documentation you've referenced. You should file a bug on the documentation. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
