NSTextFieldCell - Kidnapped Focus Ring!
NSTextFieldCell - Kidnapped Focus Ring!
- Subject: NSTextFieldCell - Kidnapped Focus Ring!
- From: Seth Willits <email@hidden>
- Date: Tue, 29 Jul 2008 19:01:54 -0700
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 assume from this that it's the view's responsibility to draw
the focus ring, but the documentation* and my previous experience
strongly suggests otherwise.
This is driving me insane...
--
Seth Willits
*Second section on this page:
http://developer.apple.com/documentation/Cocoa/Conceptual/ControlCell/Articles/ManipulateCellControl.html
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden