Help with unresponsive First Responder
Help with unresponsive First Responder
- Subject: Help with unresponsive First Responder
- From: Chip Coons <email@hidden>
- Date: Sat, 28 Feb 2004 07:41:44 -0800
I have an XCode project that was corrupted somehow and stopped building successfully. (It started throwing compiler error: Segmentation Faults.)
I restored my code to a previous version, but needed to remove and re-create my targets to get a successful build. It now builds, but the behaviour of the MainMenu.nib has changed.
Previously, my MainMenu.nib contained both the application menu and a "project browsers" that would show summary info on the file types used as documents within the application. The window appears, but the menu items (New, open, etc.) are no longer active. They are still connected to the First Responder in IB, but they are not made active when the application launches.
Previously, this behavior worked correctly, but now the "plumbing" appears to be broken. I suspect that my myDocument.nib is no longer being associated correctly with the application, but could easily be mistaken. I'm sure there is an easy way to re-associate myDocument.nib with the first responder, but I can't see how.
Any thoughts or suggestions would be greatly appreciated.
-Chip Coons
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.