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
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.
___