Re: NSBrowser bug?
Re: NSBrowser bug?
- Subject: Re: NSBrowser bug?
- From: Kevin Callahan <email@hidden>
- Date: Wed, 10 Jul 2002 17:10:55 -0700
On Wednesday, July 10, 2002, at 04:49 PM, Greg Hulands wrote:
I have an NSBrowser with a delegate that implements the method -
(NSString
*)browser:(NSBrowser *)sender titleOfColumn:(int)column. This method
only
seems to get called for column 0 and not for any other column. Has
anyone
else experienced this problem before?
try this:
[browser setTakesTitleFromPreviousColumn:NO];
-Kevin
Greg
_______________________________________________
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.
_______________________________________________
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.