Need some NSComboBox debugging help
Need some NSComboBox debugging help
- Subject: Need some NSComboBox debugging help
- From: email@hidden
- Date: Thu, 04 Aug 2016 22:34:35 -0700
I have 8 NSComboBoxes in my application organzied into 4 pairs, each pair sharing an NSComboBox delegate. I have had some users periodically say that the combo-boxes get confused. ComboBox A will wrongly display ComboBox B’s data. I have scoured my code for an places where I might perform an assignment as opposed to performing an equality comparison. I have a hard recreating this event. More often than not, I experience my combo boxes not working. I’ll restart and everything will be fine. Not be able to repeat the issue is the biggest problem.
My next step to solve this issue will be to catch the popupwillopen notifications so I can re-set the delegate.
Does anyone have any ideas on how to solve this issue?
Patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden