Focus Ring Move
Focus Ring Move
- Subject: Focus Ring Move
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 20 Jun 2003 11:35:24 +0200
I have a window with a text-field and a browser.
The user enters some text, then hits return, the action message gets
called and all is fine.
But now I want to make the blue focus ring go away from my text-field
to the browser.
Tried:
[ myWindow makeFirstResponder: theBrowser ]
[ theBrowser performClick: nil ]
[ theBrowser selectAll: nil ]
In IB connected nexKeyView of the text-field to the browser
All these things seem to work, but still, the blue focus ring is around
the text-field.
How can I move the focus ring to the browser?
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.