• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView


  • Subject: Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
  • From: Corbin Dunn <email@hidden>
  • Date: Mon, 03 Mar 2008 09:09:14 -0800


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 (email@hidden)

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:
This email sent to email@hidden


References: 
 >Bypassing inter-cell navigation for NSButtonCell in NSOutlineView (From: Nicholas Riley <email@hidden>)
 >Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView (From: Rosyna <email@hidden>)

  • Prev by Date: Re: Typing attributes and the location of the insertion point
  • Next by Date: How can I fix an error in a XIB file?
  • Previous by thread: Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
  • Next by thread: Subclassing NSOutlineView causes failure of window to become main or key
  • Index(es):
    • Date
    • Thread