Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Eric Johannsen on August 12, 2007, 05:46:11 pm
-
I have written a framework that hosts a number of EA plugins through an extensible architecture. Trouble is, the framework is responsible for receiving the EA_MenuClick event and passing it along to the plugin that created it. Different plugin developers could potentially create a menu item with the same name. There have already been some examples, such as "Config", "About", etc.
Is there any way to associate a unique ID with a menu item in the call to EA_GetMenuItems without that ID being displayed in the menu that EA generates (i.e. hide it from the user)?
Thanks,
Eric