Re: comboBoxSelectionDidChange problem?
Re: comboBoxSelectionDidChange problem?
- Subject: Re: comboBoxSelectionDidChange problem?
- From: Robert Cerny <email@hidden>
- Date: Fri, 12 Dec 2003 14:47:17 +0100
Hi,
the correct method is:
- (void)comboBoxSelectionDidChange:(NSNotification *)notification
HTH
Robert
On 12.12.2003, at 14:31, Theodore Petrosky wrote:
>
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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.