Skip navigation.
 
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
FROM : Corbin Dunn
DATE : Mon Mar 03 18:09:14 2008

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

Related mailsAuthorDate
mlBypassing inter-cell navigation for NSButtonCell in NSOutlineView Nicholas Riley Mar 2, 13:29
mlBypassing inter-cell navigation for NSButtonCell in NSOutlineView Nicholas Riley Mar 2, 14:42
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView Tommy Nordgren Mar 2, 16:24
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView Ricky Sharp Mar 2, 20:36
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView Rosyna Mar 3, 01:58
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView Nicholas Riley Mar 3, 02:42
mlRe: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView Corbin Dunn Mar 3, 18:09