I am trying to add a new top level menu item in lotus notes. For example, like create menu, actions menu etc I want to add a new top level menu, say MyMenu to lotus notes.
Is this possible in Lotus notes? If so can you please suggest me a way of implementing this programatically either using lotus script or using C/C++ APIs
I have made a product named Notes Menu Launcher and it uses a special trick with “Import Access Tables”, to manipulate the menus of the Notes client. By using the same technique, you could also add your own top level menus.
can you just give me few more details about how we can achieve it. Will C/C++ APIs help out in any way for adding them. If so, just give the details about those API calls.
Subject: It doesn’t have so much to do with Notes C/C++ dev. It’s more trad. Windows development
If you search the web for topics on “Import AddressTable” you should get some hints. Basically the trick is to redirect an app’s call for a function - to your function. You will thus effectly hook into the system.
Sorry, but I can’t be more specific due to leaving for x-mas holiday vacation about right now.
It has been a long time since I looked, but they make edxplicit reference to not changing the look and feel and standard UI including menus, except in the prescribed manner of using a menu addin. Now, the last time I read this stuff carefully was in R3, so I could be out of date, but I have had it mentioned to me by an IBMer a couple of years ago.