I am new to Mac and Cocoa programming. So please excuse me. I created a Document application, and see that all menu items under File, Edit etc are disabled. I connected, in MainMenu.nib, them to FirstResponder, and see that they are all connected properly.
The application menu, which has preferences.. Hide.. etc are also disabled.
Am I missing something? When I run the application, why are they not enabled? I even tried:
- (BOOL)validateMenuItemNSMenuItem *)item
return YES;
}
and put a break point, but it seems to not even go there. Please help.
Thank you.
KP
The application menu, which has preferences.. Hide.. etc are also disabled.
Am I missing something? When I run the application, why are they not enabled? I even tried:
- (BOOL)validateMenuItemNSMenuItem *)item
return YES;
}
and put a break point, but it seems to not even go there. Please help.
Thank you.
KP