Re: Multiple Nibs problems
Re: Multiple Nibs problems
- Subject: Re: Multiple Nibs problems
- From: j o a r <email@hidden>
- Date: Sat, 7 Jun 2003 01:37:12 +0200
At a cursory glance your code looks fine. I would start with checking
the connections between your menu items and your main controller
object. If you place a NSLog() in your action method, is it printed
when you select the menu item? If not, make sure that the main
controller object (that I assume is instantiated from the nib file?) is
the appliction delegate, and that your action method to open the about
window is connected either to the first responder or to the main
controller instance.
j o a r
On Saturday, Jun 7, 2003, at 01:05 Europe/Stockholm, Hasan Diwan wrote:
The problem arises when testing the code, if I click the about
menu item (which is supposed to show the panel), it doesn't do
anything. Also, it grays out the other menu items in the Application
menu, so the only way to quit is to use the Dock. The code for
preferences is similar, but it works fine. Any pointers appreciated...
_______________________________________________
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.