Re: Displaying a particular path in an NSBrowser?
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.