This should be handled automatically by NSDocumentController’s implementation of -validateUserInterfaceItem: / -validateMenuItem:. Any chance you’re overriding either of those methods and returning YES for menu items you don’t own (instead of calling super)?
> On Oct 6, 2017, at 4:13 PM, Shane Stanley <[email protected]> wrote: > > I fear I'm missing something simple. When I enter the versions browser, I > want to disable the items on the Open Recent submenu. But I'm not seeing > anywhere obvious to do it; that menu looks like it's all handled opaquely. > Any clues? > > > -- > Shane Stanley <[email protected]> > <www.macosxautomation.com/applescript/apps/>, <latenightsw.com> > > > _______________________________________________ > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/kperry%40apple.com > > This email sent to [email protected] _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
