NSPopUpButton items disabled
NSPopUpButton items disabled
- Subject: NSPopUpButton items disabled
- From: Frédéric Testuz <email@hidden>
- Date: Tue, 6 Apr 2010 18:37:36 +0200
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@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