I have a static dock menu created with Interface Builder (cocoa). Works great.<br>I now have a requirement to add/remove items for this menu at run-time or enable/disable menu items at run-time.<br><br>I cannot find a way to get a handle to the dock menu at run-time to get at the menu items that I want to enable/disable. Can I somehow get a reference to menu objects (NSMenu) at run-time?
<br><br>Or I cannot wire up the menu using IB and need to create the menu at run-time myself?<br><br>Thanks<br>