On Aug 25, 2009, at 9:30 AM, Kyle Sluder wrote:

On Tue, Aug 25, 2009 at 9:11 AM, Corbin Dunn<corb...@apple.com> wrote:
However, it will work (and it is a recommended way to solve this problem), since the tableView will first acquire a "preparedCellAtColumn:row:", which calls tableView:willDisplayCell:. So, any menu you have set there will correctly is used. This technique is also shown in the DragNDropOutlineView
demo app on 10.5.

Ah.  Is this documented anywhere?

Yes -- the AppKit release notes should be considered part of our official documentation.

http://developer.apple.com/releasenotes/Cocoa/AppKit.html

(Looks like NSTableView.h makes an
oblique reference to this in its headerdoc for
-performClickOnCellAtColumn:row:).  I'd hate to rely on implementation
details.


The header comments are also correct and can be relied upon.

corbin
_______________________________________________

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

Reply via email to