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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to