On Apr 10, 2012, at 07:34 , Michael Crawford wrote: > The problem I'm trying solve is that I have a crashing bug in the UI when an > underlying array managed by an NSArrayController contains zero objects. The > controls bound to the array-controller include an NSPopUpButton, an > NSTextField, and four NSButtons.
OK, but please also tell us what the crash is. An exception? What exception message is logged. Note that the bindings available for NSPopUpButton are a bit difficult to use: inflexible, unintuitive and incompletely documented. It's often much easier to manage pop up buttons directly through an outlet/delegate setup than it is to use bindings. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com