NSWindow makeFirstResponder bug?
NSWindow makeFirstResponder bug?
- Subject: NSWindow makeFirstResponder bug?
- From: John Woodward <email@hidden>
- Date: Sun, 24 Mar 2002 13:18:38 -0500
I have a window for which I set different views as the main view. The code:
[mainWindow setViewAnimated: aView title:@"Whatever"];
[mainWindow makeFirstResponder:aComboBox];
aView is a view with multple NSComboBoxes and NSTextFields. The
above code causes aComboBox to be selected when aView is first
displayed. However, if the user tabs to another key view, and later
the above lines are executed again, aComboBox is not selected; the
makeFirstResponder has no effect when executed a second time. Am I
missing something is is this a bug?
_______________________________________________
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.