• 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: Displaying a particular path in an NSBrowser?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying a particular path in an NSBrowser?


  • Subject: Re: Displaying a particular path in an NSBrowser?
  • From: Scott Anguish <email@hidden>
  • Date: Wed, 12 Feb 2003 02:42:13 -0500

just to clarify this a bit, since I puzzled over it for a bit when I first read it.

browser:willDisplayCell:atRow:column: isn't a notification method exactly. True, it provides notification in a sense, but it's probably better to refer to it as the delegate method.

But I agree with the statement that it isn't the best place to do this. :-)


On Wednesday, February 12, 2003, at 01:41 AM, Brock Brandenberg wrote:

You shouldn't be calling selectRow:inColumn: from within the notification
method. Bad usage. You should only be providing the text for the browser
cell, leaf status and any other visual state information in this method. You
are interrupting the normal flow of operation by interjecting a
selectRow:inColumn: message.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Displaying a particular path in an NSBrowser? (From: Brock Brandenberg <email@hidden>)

  • Prev by Date: Re: Communication with StartupItem
  • Next by Date: Framework search paths
  • Previous by thread: Re: Displaying a particular path in an NSBrowser?
  • Next by thread: The location of the document "<name>" cannot be determined
  • Index(es):
    • Date
    • Thread