plugin + popup menu item

Alexandre,

it would be helpful if you could post your questions in english. Am I right that you have problems to use IDE_CreatePopupMenuItem? So what is your problem with it?
Does the last sentence mean that you want to create a new item in sql windows popup menu and you want to have an example?

greetings,
Uli
 
Yes I want to create a new item in the menu popup that sqlwindow is shown in one but I am not obtaining. IDE_CreatePopupMenuItem routine is not registered. It would like to know which are the parameters of same and if possible an example.
 
The correct name is IDE_CreatePopupItem (without Menu), and it is described in the Plug-In documentation.
 
Back
Top