NSComboBox and dataSource
NSComboBox and dataSource
- Subject: NSComboBox and dataSource
- From: Yury Peskin <email@hidden>
- Date: Wed, 25 Feb 2004 10:33:56 -0600
List,
Environment: Panther, XCode.
I'm experiencing a weird problem with a Combo Box. I have three Combo
Boxes in a window, all three are set up to use a data source.
All three are set up identically, pointing to the same data source, and
all three have the main controller as the delegate.
While two of them are displaying the items just fine, the third one
does not display the items in the list. For some reason the working
Combo Boxes receive the
objectValueForItemAtIndex message and then the
indexOfItemWithStringValue message whereas the offending Combo Box only
receives indexOfItemWithStringValue message.
I have looked through the list archives and have re-saved the nib file
and rebuild the project. Nothing helps.
Any ideas on what could be causing this behavior?
Thanks,
Yury
_______________________________________________
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.