Hi all! How can I insert an item into the menu of the application for which I want to make a plug-in?
Hi, You can't add items to other application's menu. If you are trying to add dynamically items to your own application's menu. You can do it by implementing DynInitMenuPaneL() in your App UI class and calling aMenuPane->AddMenuItemL(). Best Regards, Marko / Forum Nokia
Forum Rules