On Tue, Aug 25, 2009 at 9:11 AM, Corbin Dunn<[email protected]> 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? (Looks like NSTableView.h makes an oblique reference to this in its headerdoc for -performClickOnCellAtColumn:row:). I'd hate to rely on implementation details. --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]
