I am using Cocoa.
I'm trying to make one of my menu items perform an instance method (I think those are the right words) of my controller object. When I connect from the menu item to the controller object, there are only a few options availble for connection, such as fax, performClick, print, takeDoubleValueFrom, etc.
So to get around that I have a hidden button on my window, which the menu item performClicks on, and that button is in turn connected to the controller object.
Is there a better way to do this?