Re: Converting From Simple to Doc Based App - Problems with Menus

2008-04-30 Thread Peter Zegelin
OK - thanks - that makes sense. Bummer - I had it all set up nicely:-) regards, Peter On 01/05/2008, at 3:48 PM, Graham Cox wrote: Change the targets for the menu items to be first responder instead of the views themselves. The views will still get the actions when they are made first resp

Re: Converting From Simple to Doc Based App - Problems with Menus

2008-04-30 Thread Graham Cox
Change the targets for the menu items to be first responder instead of the views themselves. The views will still get the actions when they are made first responder, which happens automatically. Menus in the main menu bar should target either first responder or some object that lives in the

Converting From Simple to Doc Based App - Problems with Menus

2008-04-30 Thread Peter Zegelin
Being new to Cocoa I started my project with a Simple Cocoa Application template. I have now converted to a Doc Based template by adding all my code and adding my delegates and substituting my window in the Document nib. However I have a problem with some of the menus. Most of my menus go