On Mar 2, 2008, at 4:58 PM, Rosyna wrote:
Have you tried overriding

- (BOOL)canFocusCell:(NSCell *)cell atTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row;

to return NO in an outline view subclass?

Please don't override this method. It is a private, internal AppKit method, which may be removed at any time. You risk having your app break on future versions of the OS.

If you find you need a method like this public, please log a bug! That will help get methods like these made public.

-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 [EMAIL PROTECTED]

Reply via email to