Re: Main menu in NSDocument based application

2011-01-31 Thread Bruce Cresanta
Thank you, I needed to know about the responder chain... The thing is well thought out. Bruce On Jan 31, 2011, at 3:43 PM, Sherm Pendley wrote: > On Mon, Jan 31, 2011 at 5:25 PM, Bruce Cresanta wrote: >> >>I've been scouring through the docs trying to figure out how to get a >> re

Re: Main menu in NSDocument based application

2011-01-31 Thread Sherm Pendley
On Mon, Jan 31, 2011 at 5:25 PM, Bruce Cresanta wrote: > >        I've been scouring through the docs trying to figure out how to get a > reference to the main menu in an NSDocument based app.    I need to make > programmatic changes to the menu depending on which NSDocument is key.   > Would y

Re: Main menu in NSDocument based application

2011-01-31 Thread Lee Ann Rucker
On Jan 31, 2011, at 2:25 PM, Bruce Cresanta wrote: > Hello, > > I've been scouring through the docs trying to figure out how to get a > reference to the main menu in an NSDocument based app.I need to make > programmatic changes to the menu depending on which NSDocument is key. > W