plugin called CreateMenuItem but menu disappeared

Hi,
I have a plugin which would like to create dynamic sub-menus as followings. But the whole plugin menu just disappeared on the menu click.
This ever worked in previous PL/SQL Developer version, but not in current 10.0.
Would you please kindly take a look. Thanks.

procedure OnMenuClick(Index: Integer); cdecl;
begin
if (Index
 
This looks like the same issue I am experiencing. Am I right that this happens when there is only one item in the submenu? A workaround could be to add a separator menu item to the submenu. I know Allround is checking into this.
 
Back
Top