Re: Highlighting an NSPopUpButtonCell subclass

2009-01-12 Thread Benjamin Dobson
On 11 Jan 2009, at 11:45:49, Benjamin Dobson wrote: I have an NSPopUpButtonCell subclass for custom drawing. Quite simply, how can do custom highlighting before the popup menu appears? - highlight:withFrame:inView: is called before the menu appears, but no drawing is done. The same code in

Highlighting an NSPopUpButtonCell subclass

2009-01-11 Thread Benjamin Dobson
I have an NSPopUpButtonCell subclass for custom drawing. Quite simply, how can do custom highlighting before the popup menu appears? - highlight:withFrame:inView: is called before the menu appears, but no drawing is done. The same code in an NSButtonCell subclass works fine. ___