Re: Keeping a menu enabled with a modal dialog running

2012-10-28 Thread Kyle Sluder
On Oct 28, 2012, at 3:40 PM, Graham Cox wrote: > Hi all, > > I have a menu item that should be available in my app no matter what. > Currently its target is the app delegate and it does not go through First > Responder. However, it is greyed out when a modal dialog is running which is > annoy

Keeping a menu enabled with a modal dialog running

2012-10-28 Thread Graham Cox
Hi all, I have a menu item that should be available in my app no matter what. Currently its target is the app delegate and it does not go through First Responder. However, it is greyed out when a modal dialog is running which is annoying. Is there a way to ensure that such a menu can still be r