I've created a project and created two windows (main window and preferences window). In the menu i've a menu item called "preferences..." and the goal purpose is when I click on the menu item, the window preferences opens.
The problem is that I can't enable the menu item, it remains disable even when I add an action and assign it to the menu item via Interface Builder. I've read some pages on the internet describing how to enable a menu item; simply by assign the menu item to an action... why isn't it working then?
I've added the action to the Application class and exported the class files into my Xcode project.
Thanks for your help
The problem is that I can't enable the menu item, it remains disable even when I add an action and assign it to the menu item via Interface Builder. I've read some pages on the internet describing how to enable a menu item; simply by assign the menu item to an action... why isn't it working then?
I've added the action to the Application class and exported the class files into my Xcode project.
Thanks for your help