On Sat, Feb 14, 2009 at 2:02 PM, Jean-Nicolas Jolivet
wrote:
> I'm working on an NSTextField subclass (basically I need to change the
> TextField's appearance so it fits with an HUD style window)
You shouldn't need to re-implement the text drawing. Just set the
appropriate attributes and let NST
Hi there!
I'm working on an NSTextField subclass (basically I need to change the
TextField's appearance so it fits with an HUD style window)
So far I've subclass it and overrode drawRect: so that I can draw my
custom background... it's working well, however my problem is that
when the te