I'm trying to do something easy, but I can't
I'd like a menu item to open (toggle infact) a drawer I've defined in my "MyDocument" class
I made a button that could do that easily, but no way to do that within my "MainMenu.nib"
In fact my problem is the same for every method I have in my "MyDocument" class
Should I use my AppController ?
Thanks!!