On Jan 7, 2010, at 7:16 AM, Daniel Meachum wrote: > I'm trying to use an NSPopupButton inside of a view nested in an NSMenuItem > (development for OS X 10.6 only). The menu is created but it refuses to > popup/out of the button. No Console messages are displayed or UI feedback. I > originally found the problem while programmatically creating the view but > also reproduced it in IB with the following steps:
So you're trying to display the menu attached to the NSPopupButton, while the menu containing the NSPopupButton is open? That won't work - the Menu Manager doesn't support recursive display of menus. -eric _______________________________________________ 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]
