the problem I'm having is I cannot add a menu to my app programmatically!
here's where I'm at:
in app delegate applicationDidFinishLaunching:
create a window and make key and order front.
EDIT:( here if I log [NSApplication sharedApplication].mainMenu prints (null) ) anyway...
create a NSMenu object and [[NSApplication sharedApplication] setMainMenu:myMenu] also tried [[NSApplication sharedApplication] setMenu:myMenu]
build/run
menu is not there!
EDIT2: ( if still not understanding: )
make a osx app, remove the menu object, run, you'll still see a menu up there with the name of your app, you click it, it turns blue but no submenus, now how do I get a pointer to that!