Focus
Focus
- Subject: Focus
- From: Tae-Won Ha <email@hidden>
- Date: Sat, 8 Mar 2003 17:16:44 +0100
Hi...
I have a question regarding the focus of NSView subclasses...
I want a NSTextView get the focus when the user selects a row in a
NSOutlineView...
My code:
- (void)outlineViewSelectionDidChange:(NSNotification *)notification {
.
.
.
[outlineView unlockFocus];
[textView lockFocus];
.
.
.
}
I got this error msg:
Unlocking Focus on wrong view (<NSOutlineView: 0x16c8790>)
Are those methods the right ones?
Thanks in advance...
--
Tae. =)
_______________________________________________
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.