Jøhnny Fävòrítê (it means "Wanton Sezhuan")
2005-07-11 04:39:01 UTC
the main window of the app i'm working on is primarily composed of two
NSOutlineViews and an NSTextView. as you tab from view to view, the outline
views display a focus ring, but the text view does not. it seems kind of
disorienting: tab -> blue focus ring, tab -> blue focus ring, tab -> ...
(nothing).
as far as i can see, there's no way to make NSTextView display a focus ring
when it has the input focus. is that correct, or have i missed something
obvious? i tried every flavor of [NSView setFocusRingType:] call i could
think of, but none of them made the view display a focus ring. does anybody
have a link to example code that would give this ability to the view?
alternately, is there some HIG-type argument for why i shouldn't be trying to
do this?
NSOutlineViews and an NSTextView. as you tab from view to view, the outline
views display a focus ring, but the text view does not. it seems kind of
disorienting: tab -> blue focus ring, tab -> blue focus ring, tab -> ...
(nothing).
as far as i can see, there's no way to make NSTextView display a focus ring
when it has the input focus. is that correct, or have i missed something
obvious? i tried every flavor of [NSView setFocusRingType:] call i could
think of, but none of them made the view display a focus ring. does anybody
have a link to example code that would give this ability to the view?
alternately, is there some HIG-type argument for why i shouldn't be trying to
do this?