Hi, I have a pulldown button (NSPopUpButton) in an accessory view of a save panel. Before displaying the panel, I populate the popup with the name of the recent documents. My question is about the enable state of the pulldown menu items.
In IB, I connect the action of the popup to a controller. But the items stays disabled. If I set autoEnabled to NO, the items are enabled and the action method is called. Is disabling autoEnabled is the only way to go? I thought that the automatic validation should enable the items because the action seems to work. Frédéric_______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
