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
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 mails | Author | Date |
|---|---|---|
| Nicholas Riley | Mar 2, 13:29 | |
| Nicholas Riley | Mar 2, 14:42 | |
| Tommy Nordgren | Mar 2, 16:24 | |
| Ricky Sharp | Mar 2, 20:36 | |
| Rosyna | Mar 3, 01:58 | |
| Nicholas Riley | Mar 3, 02:42 | |
| Corbin Dunn | Mar 3, 18:09 |






Cocoa mail archive

