Re: NSTextFieldCell - Kidnapped Focus Ring!

2008-07-30 Thread Joel Norvell
Hi Seth, My experience with focus rings has always been with NSView subclasses, not with cells. And my focus rings have always been drawn outside their views, adorning them, as it were. In the past, I have had to invalidate the focus ring's area with setKeyboardFocusRingNeedsDisplayInRect in

NSTextFieldCell - Kidnapped Focus Ring!

2008-07-29 Thread Seth Willits
I cannot for the life of me get an NSTextFieldCell (in my custom view) to show a focus ring when editing!! Is there something stupidly simple that I'm missing? [editingTextFieldCell setShowsFirstResponder:YES]; [editingTextFieldCell setFocusRingType:NSFocusRingTypeDefault]; I could