• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: comboBoxSelectionDidChange problem?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >comboBoxSelectionDidChange problem? (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: Re: Use a variable form an istance into another
  • Next by Date: Re: comboBoxSelectionDidChange problem?
  • Previous by thread: comboBoxSelectionDidChange problem?
  • Next by thread: Re: comboBoxSelectionDidChange problem?
  • Index(es):
    • Date
    • Thread