comboBoxSelectionDidChange problem?
comboBoxSelectionDidChange problem?
- Subject: comboBoxSelectionDidChange problem?
- From: Theodore Petrosky <email@hidden>
- Date: Fri, 12 Dec 2003 05:31:35 -0800 (PST)
I have the delegate set up and this is getting called
when the combo box changes however it is showing me
the result before the change.
I assumed that the log would show me the 'new' string
but on the first pass the string is null.
What am I not understanding?
- (IBAction)comboBoxSelectionDidChange:(NSNotification
*)nofif {
NSLog(@"changed = %@", [clientNamesComboBox
stringValue]);
}
Ted
__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
_______________________________________________
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.