On Oct 19, 2015, at 4:11 PM, [email protected] wrote: > > I have 4 NSComboBoxes in a view. I have a controller class which acts as the > delegate for these ComboBoxes. For some reason, after a period of time, and I > am trying to figure out why this is happening, when I enter ComboBoxA, my > delegate is invoked, but when I query the ComboBox making the call, it is > different from the box I am in.
Show the code of the delegate methods and how you "query the ComboBox making the call" and determine which it is. At a guess, I suspect you have an assignment where you meant to have an equality comparison. Regards, Ken _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
