Skip navigation.
 
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell
FROM : James Bucanek
DATE : Fri Jul 21 00:31:50 2006

James Bucanek wrote on Thursday, July 20, 2006:

>>If you want to control the highlight color, you can use 
>>highlightColorWithFrame:inView: and return something special (or nil).

>
>Thanks, I missed that before. The key is hightlightColorWithFrame:.


Correction, it's even more confusing. NSCell defines highlightColorWithFrame:InView:, while NSBrowserCell defines another method, highlightColorInView:.

So many methods, so little time...

--
James Bucanek

Related mailsAuthorDate
mlNSBrowserCell not extensible; need sample using NSButtonCell James Bucanek Jul 20, 18:53
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell Corbin Dunn Jul 20, 19:23
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell James Bucanek Jul 20, 21:48
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell Corbin Dunn Jul 20, 23:32
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell James Bucanek Jul 21, 00:17
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell Corbin Dunn Jul 21, 00:28
mlRe: NSBrowserCell not extensible; need sample using NSButtonCell James Bucanek Jul 21, 00:31